#006aed color space conversions
Hex:
        #006aed
        RGB:
        0, 106, 237
        CMY:
        100, 58, 7
        CMYK:
        100, 55, 0, 7
      HSL:
        213°, 100.0000%, 46.4706%
        HSV (HSB):
        213°, 100.0000%, 92.9412%
        XYZ:
        20.4401, 16.4225, 82.2133
        xyY:
        0.1717, 0.1379, 16.4225
      CIE-Lab:
        47.5240, 25.7505, -72.5958
        CIE-LCH:
        47.5240, 77.0275, 289.5301
        CIE-Luv:
        47.5240, -23.8428, -111.4882
        Hunter-Lab:
        40.5247, 19.1148, -91.9157
      #006aed color charts
#006aed RGB chart
      #006aed CMYK chart
      #006aed RGB pie chart
      #006aed color shades, tints & tones
#006aed color schemes
#006aed color preview, HTML & CSS examples
           This text has a color of #006aed        
        
          <p style="color:#006aed;">Text here</p>
        
        
          .mytext {color:#006aed;}
        
        Text color #006aed
      
           This box has a color of #006aed        
        
          <div style="background-color:#006aed;">Content here</div>
        
        
          .mybackground {background-color:#006aed;}
        
        Background color #006aed
      
           Border around this has a color of #006aed        
        
          <div style="border:2px solid #006aed;">Content here</div>
        
        
          .myborder {border:2px solid #006aed;}
        
        Border color #006aed