Shades of Slate Blue #6E6CDB
Tints of Slate Blue #6E6CDB
RGB
CMYK
RGB Variations
Color information
#6E6CDB (or 0x6E6CDB) is known color: Slate Blue. HEX triplet: 6E, 6C and DB. RGB value is (110,108,219). Sum of RGB (Red+Green+Blue) = 110+108+219=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E6CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CDB is #919324. Grayscale: #787878. Windows color (decimal): -9540389 or 14380142. OLE color: 14380142.
HSL color Cylindrical-coordinate representation of color #6E6CDB: hue angle of 241.08º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E6CDB is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 108 | 219 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.14 |
| HSL | 241.08º | 0.61% | 0.64% | - |
| HSV(B) | 241.08º | 0.51% | 0.86% | - |
| XYZ | 24.58 | 19.15 | 69.42 | - |
| YUV | 121.25 | 183.16 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 219 | 0.50 | 0.51 | 0 | 0.14 | 241.08 | 0.61 | 0.64 |
| Hex | 6E | 6C | DB | 32 | 33 | 0 | E | F1 | 3D | 40 |
| Octal | 156 | 154 | 333 | 62 | 63 | 0 | 16 | 361 | 75 | 100 |
| Binary | 1101110 | 1101100 | 11011011 | 110010 | 110011 | 0 | 1110 | 11110001 | 111101 | 1000000 |
Color Harmonies of #6E6CDB
Complementary color
Monochromatic Colors of #6E6CDB
Black with #6E6CDB
Text Example
Text Example
White with #6E6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6CDB; }
p { color: rgb(110,108,219); }
H1.HeaderClassName
{
color: #6E6CDB;
}
.AnyTagClassName
{
color: #6E6CDB;
}
</style>
background-color css
<style>
a { background-color: #6E6CDB; }
a { background-color: rgb(110,108,219); }
div.DivClassName
{
background-color: #6E6CDB;
}
.BgClassName
{
background-color: #6E6CDB;
}
</style>
border-color css
<style>
span { border-color: #6E6CDB; }
span { border-color: rgb(110,108,219); }
td.TdClassName
{
border-color: #6E6CDB;
}
.TagClassName
{
border-color: #6E6CDB;
}
</style>