Shades of Slate Blue #6C62DB
Tints of Slate Blue #6C62DB
RGB
CMYK
RGB Variations
Color information
#6C62DB (or 0x6C62DB) is known color: Slate Blue. HEX triplet: 6C, 62 and DB. RGB value is (108,98,219). Sum of RGB (Red+Green+Blue) = 108+98+219=425 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.41% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C62DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C62DB is #939D24. Grayscale: #727272. Windows color (decimal): -9674021 or 14377580. OLE color: 14377580.
HSL color Cylindrical-coordinate representation of color #6C62DB: hue angle of 244.96º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C62DB is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 98 | 219 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.14 |
| HSL | 244.96º | 0.63% | 0.62% | - |
| HSV(B) | 244.96º | 0.55% | 0.86% | - |
| XYZ | 23.34 | 17.04 | 69.08 | - |
| YUV | 114.78 | 186.81 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 98 | 219 | 0.51 | 0.55 | 0 | 0.14 | 244.96 | 0.63 | 0.62 |
| Hex | 6C | 62 | DB | 33 | 37 | 0 | E | F5 | 3F | 3E |
| Octal | 154 | 142 | 333 | 63 | 67 | 0 | 16 | 365 | 77 | 76 |
| Binary | 1101100 | 1100010 | 11011011 | 110011 | 110111 | 0 | 1110 | 11110101 | 111111 | 111110 |
Color Harmonies of #6C62DB
Complementary color
Monochromatic Colors of #6C62DB
Black with #6C62DB
Text Example
Text Example
White with #6C62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C62DB; }
p { color: rgb(108,98,219); }
H1.HeaderClassName
{
color: #6C62DB;
}
.AnyTagClassName
{
color: #6C62DB;
}
</style>
background-color css
<style>
a { background-color: #6C62DB; }
a { background-color: rgb(108,98,219); }
div.DivClassName
{
background-color: #6C62DB;
}
.BgClassName
{
background-color: #6C62DB;
}
</style>
border-color css
<style>
span { border-color: #6C62DB; }
span { border-color: rgb(108,98,219); }
td.TdClassName
{
border-color: #6C62DB;
}
.TagClassName
{
border-color: #6C62DB;
}
</style>