#006fcb color space conversions
Hex:
        #006fcb
        RGB:
        0, 111, 203
        CMY:
        100, 56, 20
        CMYK:
        100, 45, 0, 20
      HSL:
        207°, 100.0000%, 39.8039%
        HSV (HSB):
        207°, 100.0000%, 79.6078%
        XYZ:
        16.4639, 15.6807, 58.6588
        xyY:
        0.1813, 0.1727, 15.6807
      CIE-Lab:
        46.5527, 9.0963, -54.8880
        CIE-LCH:
        46.5527, 55.6367, 279.4098
        CIE-Luv:
        46.5527, -26.5347, -83.7172
        Hunter-Lab:
        39.5988, 4.9166, -60.1087
      #006fcb color charts
#006fcb RGB chart
      #006fcb CMYK chart
      #006fcb RGB pie chart
      #006fcb color shades, tints & tones
#006fcb color schemes
#006fcb color preview, HTML & CSS examples
           This text has a color of #006fcb        
        
          <p style="color:#006fcb;">Text here</p>
        
        
          .mytext {color:#006fcb;}
        
        Text color #006fcb
      
           This box has a color of #006fcb        
        
          <div style="background-color:#006fcb;">Content here</div>
        
        
          .mybackground {background-color:#006fcb;}
        
        Background color #006fcb
      
           Border around this has a color of #006fcb        
        
          <div style="border:2px solid #006fcb;">Content here</div>
        
        
          .myborder {border:2px solid #006fcb;}
        
        Border color #006fcb