#006fac color space conversions
Hex:
        #006fac
        RGB:
        0, 111, 172
        CMY:
        100, 56, 33
        CMYK:
        100, 35, 0, 33
      HSL:
        201°, 100.0000%, 33.7255%
        HSV (HSB):
        201°, 100.0000%, 67.4510%
        XYZ:
        13.1308, 14.3474, 41.1070
        xyY:
        0.1915, 0.2092, 14.3474
      CIE-Lab:
        44.7271, -3.2782, -39.8471
        CIE-LCH:
        44.7271, 39.9817, 265.2968
        CIE-Luv:
        44.7271, -28.1905, -58.8123
        Hunter-Lab:
        37.8780, -4.4075, -37.8297
      #006fac color charts
#006fac RGB chart
      #006fac CMYK chart
      #006fac RGB pie chart
      #006fac color shades, tints & tones
#006fac color schemes
#006fac color preview, HTML & CSS examples
           This text has a color of #006fac        
        
          <p style="color:#006fac;">Text here</p>
        
        
          .mytext {color:#006fac;}
        
        Text color #006fac
      
           This box has a color of #006fac        
        
          <div style="background-color:#006fac;">Content here</div>
        
        
          .mybackground {background-color:#006fac;}
        
        Background color #006fac
      
           Border around this has a color of #006fac        
        
          <div style="border:2px solid #006fac;">Content here</div>
        
        
          .myborder {border:2px solid #006fac;}
        
        Border color #006fac