Shades of Slate Blue #6C62DE
Tints of Slate Blue #6C62DE
RGB
CMYK
RGB Variations
Color information
#6C62DE (or 0x6C62DE) is known color: Slate Blue. HEX triplet: 6C, 62 and DE. RGB value is (108,98,222). Sum of RGB (Red+Green+Blue) = 108+98+222=428 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.23% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C62DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C62DE is #939D21. Grayscale: #727272. Windows color (decimal): -9674018 or 14574188. OLE color: 14574188.
HSL color Cylindrical-coordinate representation of color #6C62DE: hue angle of 244.84º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C62DE is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 98 | 222 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.13 |
| HSL | 244.84º | 0.65% | 0.63% | - |
| HSV(B) | 244.84º | 0.56% | 0.87% | - |
| XYZ | 23.74 | 17.2 | 71.18 | - |
| YUV | 115.13 | 188.31 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 98 | 222 | 0.51 | 0.56 | 0 | 0.13 | 244.84 | 0.65 | 0.63 |
| Hex | 6C | 62 | DE | 33 | 38 | 0 | D | F5 | 41 | 3F |
| Octal | 154 | 142 | 336 | 63 | 70 | 0 | 15 | 365 | 101 | 77 |
| Binary | 1101100 | 1100010 | 11011110 | 110011 | 111000 | 0 | 1101 | 11110101 | 1000001 | 111111 |
Color Harmonies of #6C62DE
Complementary color
Monochromatic Colors of #6C62DE
Black with #6C62DE
Text Example
Text Example
White with #6C62DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C62DE; }
p { color: rgb(108,98,222); }
H1.HeaderClassName
{
color: #6C62DE;
}
.AnyTagClassName
{
color: #6C62DE;
}
</style>
background-color css
<style>
a { background-color: #6C62DE; }
a { background-color: rgb(108,98,222); }
div.DivClassName
{
background-color: #6C62DE;
}
.BgClassName
{
background-color: #6C62DE;
}
</style>
border-color css
<style>
span { border-color: #6C62DE; }
span { border-color: rgb(108,98,222); }
td.TdClassName
{
border-color: #6C62DE;
}
.TagClassName
{
border-color: #6C62DE;
}
</style>