#6250cd color space conversions
Hex:
        #6250cd
        RGB:
        98, 80, 205
        CMY:
        62, 69, 20
        CMYK:
        52, 61, 0, 20
      HSL:
        249°, 55.5556%, 55.8824%
        HSV (HSB):
        249°, 60.9756%, 80.3922%
        XYZ:
        18.9251, 12.7418, 59.2196
        xyY:
        0.2082, 0.1402, 12.7418
      CIE-Lab:
        42.3716, 40.3674, -62.6138
        CIE-LCH:
        42.3716, 74.4985, 302.8101
        CIE-Luv:
        42.3716, -1.4265, -95.0507
        Hunter-Lab:
        35.6956, 32.1698, -73.3761
      #6250cd color charts
#6250cd RGB chart
      #6250cd CMYK chart
      #6250cd RGB pie chart
      #6250cd color shades, tints & tones
#6250cd color schemes
#6250cd color preview, HTML & CSS examples
           This text has a color of #6250cd        
        
          <p style="color:#6250cd;">Text here</p>
        
        
          .mytext {color:#6250cd;}
        
        Text color #6250cd
      
           This box has a color of #6250cd        
        
          <div style="background-color:#6250cd;">Content here</div>
        
        
          .mybackground {background-color:#6250cd;}
        
        Background color #6250cd
      
           Border around this has a color of #6250cd        
        
          <div style="border:2px solid #6250cd;">Content here</div>
        
        
          .myborder {border:2px solid #6250cd;}
        
        Border color #6250cd