Shades of Slate Blue #6860D1
Tints of Slate Blue #6860D1
RGB
CMYK
RGB Variations
Color information
#6860D1 (or 0x6860D1) is known color: Slate Blue. HEX triplet: 68, 60 and D1. RGB value is (104,96,209). Sum of RGB (Red+Green+Blue) = 104+96+209=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #6860D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860D1 is #979F2E. Grayscale: #6E6E6E. Windows color (decimal): -9936687 or 13721704. OLE color: 13721704.
HSL color Cylindrical-coordinate representation of color #6860D1: hue angle of 244.25º degrees, saturation: 0.55, 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 #6860D1 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 96 | 209 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.18 |
| HSL | 244.25º | 0.55% | 0.6% | - |
| HSV(B) | 244.25º | 0.54% | 0.82% | - |
| XYZ | 21.4 | 15.91 | 62.27 | - |
| YUV | 111.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 209 | 0.50 | 0.54 | 0 | 0.18 | 244.25 | 0.55 | 0.6 |
| Hex | 68 | 60 | D1 | 32 | 36 | 0 | 12 | F4 | 37 | 3C |
| Octal | 150 | 140 | 321 | 62 | 66 | 0 | 22 | 364 | 67 | 74 |
| Binary | 1101000 | 1100000 | 11010001 | 110010 | 110110 | 0 | 10010 | 11110100 | 110111 | 111100 |
Color Harmonies of #6860D1
Complementary color
Monochromatic Colors of #6860D1
Black with #6860D1
Text Example
Text Example
White with #6860D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860D1; }
p { color: rgb(104,96,209); }
H1.HeaderClassName
{
color: #6860D1;
}
.AnyTagClassName
{
color: #6860D1;
}
</style>
background-color css
<style>
a { background-color: #6860D1; }
a { background-color: rgb(104,96,209); }
div.DivClassName
{
background-color: #6860D1;
}
.BgClassName
{
background-color: #6860D1;
}
</style>
border-color css
<style>
span { border-color: #6860D1; }
span { border-color: rgb(104,96,209); }
td.TdClassName
{
border-color: #6860D1;
}
.TagClassName
{
border-color: #6860D1;
}
</style>