Shades of Slate Blue #6850CF
Tints of Slate Blue #6850CF
RGB
CMYK
RGB Variations
Color information
#6850CF (or 0x6850CF) is known color: Slate Blue. HEX triplet: 68, 50 and CF. RGB value is (104,80,207). Sum of RGB (Red+Green+Blue) = 104+80+207=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #6850CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6850CF is #97AF30. Grayscale: #656565. Windows color (decimal): -9940785 or 13586536. OLE color: 13586536.
HSL color Cylindrical-coordinate representation of color #6850CF: hue angle of 251.34º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6850CF is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 80 | 207 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.19 |
| HSL | 251.34º | 0.57% | 0.56% | - |
| HSV(B) | 251.34º | 0.61% | 0.81% | - |
| XYZ | 19.84 | 13.19 | 60.53 | - |
| YUV | 101.65 | 187.45 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 207 | 0.50 | 0.61 | 0 | 0.19 | 251.34 | 0.57 | 0.56 |
| Hex | 68 | 50 | CF | 32 | 3D | 0 | 13 | FB | 39 | 38 |
| Octal | 150 | 120 | 317 | 62 | 75 | 0 | 23 | 373 | 71 | 70 |
| Binary | 1101000 | 1010000 | 11001111 | 110010 | 111101 | 0 | 10011 | 11111011 | 111001 | 111000 |
Color Harmonies of #6850CF
Complementary color
Monochromatic Colors of #6850CF
Black with #6850CF
Text Example
Text Example
White with #6850CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6850CF; }
p { color: rgb(104,80,207); }
H1.HeaderClassName
{
color: #6850CF;
}
.AnyTagClassName
{
color: #6850CF;
}
</style>
background-color css
<style>
a { background-color: #6850CF; }
a { background-color: rgb(104,80,207); }
div.DivClassName
{
background-color: #6850CF;
}
.BgClassName
{
background-color: #6850CF;
}
</style>
border-color css
<style>
span { border-color: #6850CF; }
span { border-color: rgb(104,80,207); }
td.TdClassName
{
border-color: #6850CF;
}
.TagClassName
{
border-color: #6850CF;
}
</style>