Shades of Slate Blue #6860D0
Tints of Slate Blue #6860D0
RGB
CMYK
RGB Variations
Color information
#6860D0 (or 0x6860D0) is known color: Slate Blue. HEX triplet: 68, 60 and D0. RGB value is (104,96,208). Sum of RGB (Red+Green+Blue) = 104+96+208=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 208 (81.64% from 255 or 50.98% from 408); Max value from RGB is 208 - color contains mainly: blue. Hex color #6860D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860D0 is #979F2F. Grayscale: #6E6E6E. Windows color (decimal): -9936688 or 13656168. OLE color: 13656168.
HSL color Cylindrical-coordinate representation of color #6860D0: hue angle of 244.29º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6860D0 is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 96 | 208 | - |
| CMYK | 0.5 | 0.54 | 0 | 0.18 |
| HSL | 244.29º | 0.54% | 0.6% | - |
| HSV(B) | 244.29º | 0.54% | 0.82% | - |
| XYZ | 21.28 | 15.86 | 61.61 | - |
| YUV | 111.16 | 182.65 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 208 | 0.5 | 0.54 | 0 | 0.18 | 244.29 | 0.54 | 0.6 |
| Hex | 68 | 60 | D0 | 32 | 36 | 0 | 12 | F4 | 36 | 3C |
| Octal | 150 | 140 | 320 | 62 | 66 | 0 | 22 | 364 | 66 | 74 |
| Binary | 1101000 | 1100000 | 11010000 | 110010 | 110110 | 0 | 10010 | 11110100 | 110110 | 111100 |
Color Harmonies of #6860D0
Complementary color
Monochromatic Colors of #6860D0
Black with #6860D0
Text Example
Text Example
White with #6860D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860D0; }
p { color: rgb(104,96,208); }
H1.HeaderClassName
{
color: #6860D0;
}
.AnyTagClassName
{
color: #6860D0;
}
</style>
background-color css
<style>
a { background-color: #6860D0; }
a { background-color: rgb(104,96,208); }
div.DivClassName
{
background-color: #6860D0;
}
.BgClassName
{
background-color: #6860D0;
}
</style>
border-color css
<style>
span { border-color: #6860D0; }
span { border-color: rgb(104,96,208); }
td.TdClassName
{
border-color: #6860D0;
}
.TagClassName
{
border-color: #6860D0;
}
</style>