#066cee color space conversions
Hex:
        #066cee
        RGB:
        6, 108, 238
        CMY:
        98, 58, 7
        CMYK:
        97, 55, 0, 7
      HSL:
        214°, 95.0820%, 47.8431%
        HSV (HSB):
        214°, 97.4790%, 93.3333%
        XYZ:
        20.8703, 16.9369, 83.0581
        xyY:
        0.1727, 0.1401, 16.9369
      CIE-Lab:
        48.1804, 25.0079, -72.0856
        CIE-LCH:
        48.1804, 76.3003, 289.1327
        CIE-Luv:
        48.1804, -24.1484, -111.1700
        Hunter-Lab:
        41.1545, 18.5008, -90.8512
      #066cee color charts
#066cee RGB chart
      #066cee CMYK chart
      #066cee RGB pie chart
      #066cee color shades, tints & tones
#066cee color schemes
#066cee color preview, HTML & CSS examples
           This text has a color of #066cee        
        
          <p style="color:#066cee;">Text here</p>
        
        
          .mytext {color:#066cee;}
        
        Text color #066cee
      
           This box has a color of #066cee        
        
          <div style="background-color:#066cee;">Content here</div>
        
        
          .mybackground {background-color:#066cee;}
        
        Background color #066cee
      
           Border around this has a color of #066cee        
        
          <div style="border:2px solid #066cee;">Content here</div>
        
        
          .myborder {border:2px solid #066cee;}
        
        Border color #066cee