Shades of Slate Blue #6860CE
Tints of Slate Blue #6860CE
RGB
CMYK
RGB Variations
Color information
#6860CE (or 0x6860CE) is known color: Slate Blue. HEX triplet: 68, 60 and CE. RGB value is (104,96,206). Sum of RGB (Red+Green+Blue) = 104+96+206=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #6860CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860CE is #979F31. Grayscale: #6E6E6E. Windows color (decimal): -9936690 or 13525096. OLE color: 13525096.
HSL color Cylindrical-coordinate representation of color #6860CE: hue angle of 244.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6860CE is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 96 | 206 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.19 |
| HSL | 244.36º | 0.53% | 0.59% | - |
| HSV(B) | 244.36º | 0.53% | 0.81% | - |
| XYZ | 21.03 | 15.77 | 60.33 | - |
| YUV | 110.93 | 181.65 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 206 | 0.50 | 0.53 | 0 | 0.19 | 244.36 | 0.53 | 0.59 |
| Hex | 68 | 60 | CE | 32 | 35 | 0 | 13 | F4 | 35 | 3B |
| Octal | 150 | 140 | 316 | 62 | 65 | 0 | 23 | 364 | 65 | 73 |
| Binary | 1101000 | 1100000 | 11001110 | 110010 | 110101 | 0 | 10011 | 11110100 | 110101 | 111011 |
Color Harmonies of #6860CE
Complementary color
Monochromatic Colors of #6860CE
Black with #6860CE
Text Example
Text Example
White with #6860CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860CE; }
p { color: rgb(104,96,206); }
H1.HeaderClassName
{
color: #6860CE;
}
.AnyTagClassName
{
color: #6860CE;
}
</style>
background-color css
<style>
a { background-color: #6860CE; }
a { background-color: rgb(104,96,206); }
div.DivClassName
{
background-color: #6860CE;
}
.BgClassName
{
background-color: #6860CE;
}
</style>
border-color css
<style>
span { border-color: #6860CE; }
span { border-color: rgb(104,96,206); }
td.TdClassName
{
border-color: #6860CE;
}
.TagClassName
{
border-color: #6860CE;
}
</style>