Shades of Slate Blue #6860DE
Tints of Slate Blue #6860DE
RGB
CMYK
RGB Variations
Color information
#6860DE (or 0x6860DE) is known color: Slate Blue. HEX triplet: 68, 60 and DE. RGB value is (104,96,222). Sum of RGB (Red+Green+Blue) = 104+96+222=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #6860DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860DE is #979F21. Grayscale: #707070. Windows color (decimal): -9936674 or 14573672. OLE color: 14573672.
HSL color Cylindrical-coordinate representation of color #6860DE: hue angle of 243.81º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6860DE is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 96 | 222 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.13 |
| HSL | 243.81º | 0.66% | 0.62% | - |
| HSV(B) | 243.81º | 0.57% | 0.87% | - |
| XYZ | 23.08 | 16.58 | 71.09 | - |
| YUV | 112.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 222 | 0.53 | 0.57 | 0 | 0.13 | 243.81 | 0.66 | 0.62 |
| Hex | 68 | 60 | DE | 35 | 39 | 0 | D | F4 | 42 | 3E |
| Octal | 150 | 140 | 336 | 65 | 71 | 0 | 15 | 364 | 102 | 76 |
| Binary | 1101000 | 1100000 | 11011110 | 110101 | 111001 | 0 | 1101 | 11110100 | 1000010 | 111110 |
Color Harmonies of #6860DE
Complementary color
Monochromatic Colors of #6860DE
Black with #6860DE
Text Example
Text Example
White with #6860DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860DE; }
p { color: rgb(104,96,222); }
H1.HeaderClassName
{
color: #6860DE;
}
.AnyTagClassName
{
color: #6860DE;
}
</style>
background-color css
<style>
a { background-color: #6860DE; }
a { background-color: rgb(104,96,222); }
div.DivClassName
{
background-color: #6860DE;
}
.BgClassName
{
background-color: #6860DE;
}
</style>
border-color css
<style>
span { border-color: #6860DE; }
span { border-color: rgb(104,96,222); }
td.TdClassName
{
border-color: #6860DE;
}
.TagClassName
{
border-color: #6860DE;
}
</style>