#666afc color space conversions
Hex:
        #666afc
        RGB:
        102, 106, 252
        CMY:
        60, 58, 1
        CMYK:
        60, 58, 0, 1
      HSL:
        238°, 96.1538%, 69.4118%
        HSV (HSB):
        238°, 59.5238%, 98.8235%
        XYZ:
        28.2042, 20.1611, 94.5004
        xyY:
        0.1974, 0.1411, 20.1611
      CIE-Lab:
        52.0189, 40.3146, -73.5009
        CIE-LCH:
        52.0189, 83.8311, 298.7444
        CIE-Luv:
        52.0189, -9.5591, -116.9052
        Hunter-Lab:
        44.9011, 33.5460, -93.3529
      #666afc color charts
#666afc RGB chart
      #666afc CMYK chart
      #666afc RGB pie chart
      #666afc color shades, tints & tones
#666afc color schemes
#666afc color preview, HTML & CSS examples
           This text has a color of #666afc        
        
          <p style="color:#666afc;">Text here</p>
        
        
          .mytext {color:#666afc;}
        
        Text color #666afc
      
           This box has a color of #666afc        
        
          <div style="background-color:#666afc;">Content here</div>
        
        
          .mybackground {background-color:#666afc;}
        
        Background color #666afc
      
           Border around this has a color of #666afc        
        
          <div style="border:2px solid #666afc;">Content here</div>
        
        
          .myborder {border:2px solid #666afc;}
        
        Border color #666afc