Shades of Slate Blue #6860CF
Tints of Slate Blue #6860CF
RGB
CMYK
RGB Variations
Color information
#6860CF (or 0x6860CF) is known color: Slate Blue. HEX triplet: 68, 60 and CF. RGB value is (104,96,207). Sum of RGB (Red+Green+Blue) = 104+96+207=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #6860CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860CF is #979F30. Grayscale: #6E6E6E. Windows color (decimal): -9936689 or 13590632. OLE color: 13590632.
HSL color Cylindrical-coordinate representation of color #6860CF: hue angle of 244.32º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6860CF is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 96 | 207 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.19 |
| HSL | 244.32º | 0.54% | 0.59% | - |
| HSV(B) | 244.32º | 0.54% | 0.81% | - |
| XYZ | 21.15 | 15.81 | 60.97 | - |
| YUV | 111.05 | 182.15 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 207 | 0.50 | 0.54 | 0 | 0.19 | 244.32 | 0.54 | 0.59 |
| Hex | 68 | 60 | CF | 32 | 36 | 0 | 13 | F4 | 36 | 3B |
| Octal | 150 | 140 | 317 | 62 | 66 | 0 | 23 | 364 | 66 | 73 |
| Binary | 1101000 | 1100000 | 11001111 | 110010 | 110110 | 0 | 10011 | 11110100 | 110110 | 111011 |
Color Harmonies of #6860CF
Complementary color
Monochromatic Colors of #6860CF
Black with #6860CF
Text Example
Text Example
White with #6860CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860CF; }
p { color: rgb(104,96,207); }
H1.HeaderClassName
{
color: #6860CF;
}
.AnyTagClassName
{
color: #6860CF;
}
</style>
background-color css
<style>
a { background-color: #6860CF; }
a { background-color: rgb(104,96,207); }
div.DivClassName
{
background-color: #6860CF;
}
.BgClassName
{
background-color: #6860CF;
}
</style>
border-color css
<style>
span { border-color: #6860CF; }
span { border-color: rgb(104,96,207); }
td.TdClassName
{
border-color: #6860CF;
}
.TagClassName
{
border-color: #6860CF;
}
</style>