#6f4ace color space conversions
Hex:
        #6f4ace
        RGB:
        111, 74, 206
        CMY:
        56, 71, 19
        CMYK:
        46, 64, 0, 19
      HSL:
        257°, 57.3913%, 54.9020%
        HSV (HSB):
        257°, 64.0777%, 80.7843%
        XYZ:
        20.1449, 12.7333, 59.7885
        xyY:
        0.2174, 0.1374, 12.7333
      CIE-Lab:
        42.3586, 46.5659, -63.1573
        CIE-LCH:
        42.3586, 78.4680, 306.4013
        CIE-Luv:
        42.3586, 4.6832, -96.2969
        Hunter-Lab:
        35.6837, 38.3238, -74.3625
      #6f4ace color charts
#6f4ace RGB chart
      #6f4ace CMYK chart
      #6f4ace RGB pie chart
      #6f4ace color shades, tints & tones
#6f4ace color schemes
#6f4ace color preview, HTML & CSS examples
           This text has a color of #6f4ace        
        
          <p style="color:#6f4ace;">Text here</p>
        
        
          .mytext {color:#6f4ace;}
        
        Text color #6f4ace
      
           This box has a color of #6f4ace        
        
          <div style="background-color:#6f4ace;">Content here</div>
        
        
          .mybackground {background-color:#6f4ace;}
        
        Background color #6f4ace
      
           Border around this has a color of #6f4ace        
        
          <div style="border:2px solid #6f4ace;">Content here</div>
        
        
          .myborder {border:2px solid #6f4ace;}
        
        Border color #6f4ace