Shades of Slate Blue #6E66DB
Tints of Slate Blue #6E66DB
RGB
CMYK
RGB Variations
Color information
#6E66DB (or 0x6E66DB) is known color: Slate Blue. HEX triplet: 6E, 66 and DB. RGB value is (110,102,219). Sum of RGB (Red+Green+Blue) = 110+102+219=431 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.52% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E66DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E66DB is #919924. Grayscale: #757575. Windows color (decimal): -9541925 or 14378606. OLE color: 14378606.
HSL color Cylindrical-coordinate representation of color #6E66DB: hue angle of 244.1º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E66DB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 102 | 219 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.14 |
| HSL | 244.1º | 0.62% | 0.63% | - |
| HSV(B) | 244.1º | 0.53% | 0.86% | - |
| XYZ | 23.97 | 17.93 | 69.22 | - |
| YUV | 117.73 | 185.15 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 219 | 0.50 | 0.53 | 0 | 0.14 | 244.1 | 0.62 | 0.63 |
| Hex | 6E | 66 | DB | 32 | 35 | 0 | E | F4 | 3E | 3F |
| Octal | 156 | 146 | 333 | 62 | 65 | 0 | 16 | 364 | 76 | 77 |
| Binary | 1101110 | 1100110 | 11011011 | 110010 | 110101 | 0 | 1110 | 11110100 | 111110 | 111111 |
Color Harmonies of #6E66DB
Complementary color
Monochromatic Colors of #6E66DB
Black with #6E66DB
Text Example
Text Example
White with #6E66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E66DB; }
p { color: rgb(110,102,219); }
H1.HeaderClassName
{
color: #6E66DB;
}
.AnyTagClassName
{
color: #6E66DB;
}
</style>
background-color css
<style>
a { background-color: #6E66DB; }
a { background-color: rgb(110,102,219); }
div.DivClassName
{
background-color: #6E66DB;
}
.BgClassName
{
background-color: #6E66DB;
}
</style>
border-color css
<style>
span { border-color: #6E66DB; }
span { border-color: rgb(110,102,219); }
td.TdClassName
{
border-color: #6E66DB;
}
.TagClassName
{
border-color: #6E66DB;
}
</style>