#6f8fed color space conversions
Hex:
        #6f8fed
        RGB:
        111, 143, 237
        CMY:
        56, 44, 7
        CMYK:
        53, 40, 0, 7
      HSL:
        225°, 77.7778%, 68.2353%
        HSV (HSB):
        225°, 53.1646%, 92.9412%
        XYZ:
        31.6641, 29.1389, 84.0762
        xyY:
        0.2186, 0.2011, 29.1389
      CIE-Lab:
        60.9040, 15.1313, -50.8921
        CIE-LCH:
        60.9040, 53.0940, 286.5583
        CIE-Luv:
        60.9040, -17.5503, -82.8121
        Hunter-Lab:
        53.9804, 10.2396, -54.5598
      #6f8fed color charts
#6f8fed RGB chart
      #6f8fed CMYK chart
      #6f8fed RGB pie chart
      #6f8fed color shades, tints & tones
#6f8fed color schemes
#6f8fed color preview, HTML & CSS examples
           This text has a color of #6f8fed        
        
          <p style="color:#6f8fed;">Text here</p>
        
        
          .mytext {color:#6f8fed;}
        
        Text color #6f8fed
      
           This box has a color of #6f8fed        
        
          <div style="background-color:#6f8fed;">Content here</div>
        
        
          .mybackground {background-color:#6f8fed;}
        
        Background color #6f8fed
      
           Border around this has a color of #6f8fed        
        
          <div style="border:2px solid #6f8fed;">Content here</div>
        
        
          .myborder {border:2px solid #6f8fed;}
        
        Border color #6f8fed