#006eaf color space conversions
Hex:
        #006eaf
        RGB:
        0, 110, 175
        CMY:
        100, 57, 31
        CMYK:
        100, 37, 0, 31
      HSL:
        202°, 100.0000%, 34.3137%
        HSV (HSB):
        202°, 100.0000%, 68.6275%
        XYZ:
        13.3138, 14.2470, 42.6057
        xyY:
        0.1897, 0.2030, 14.2470
      CIE-Lab:
        44.5851, -1.4711, -41.8277
        CIE-LCH:
        44.5851, 41.8536, 267.9857
        CIE-Luv:
        44.5851, -27.6796, -62.0049
        Hunter-Lab:
        37.7452, -3.0922, -40.5032
      #006eaf color charts
#006eaf RGB chart
      #006eaf CMYK chart
      #006eaf RGB pie chart
      #006eaf color shades, tints & tones
#006eaf color schemes
#006eaf color preview, HTML & CSS examples
           This text has a color of #006eaf        
        
          <p style="color:#006eaf;">Text here</p>
        
        
          .mytext {color:#006eaf;}
        
        Text color #006eaf
      
           This box has a color of #006eaf        
        
          <div style="background-color:#006eaf;">Content here</div>
        
        
          .mybackground {background-color:#006eaf;}
        
        Background color #006eaf
      
           Border around this has a color of #006eaf        
        
          <div style="border:2px solid #006eaf;">Content here</div>
        
        
          .myborder {border:2px solid #006eaf;}
        
        Border color #006eaf