Shades of Slate Blue #6E4FDB
Tints of Slate Blue #6E4FDB
RGB
CMYK
RGB Variations
Color information
#6E4FDB (or 0x6E4FDB) is known color: Slate Blue. HEX triplet: 6E, 4F and DB. RGB value is (110,79,219). Sum of RGB (Red+Green+Blue) = 110+79+219=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E4FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4FDB is #91B024. Grayscale: #676767. Windows color (decimal): -9547813 or 14372718. OLE color: 14372718.
HSL color Cylindrical-coordinate representation of color #6E4FDB: hue angle of 253.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E4FDB is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 79 | 219 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.14 |
| HSL | 253.29º | 0.66% | 0.58% | - |
| HSV(B) | 253.29º | 0.64% | 0.86% | - |
| XYZ | 22.01 | 14.02 | 68.56 | - |
| YUV | 104.23 | 192.77 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 219 | 0.50 | 0.64 | 0 | 0.14 | 253.29 | 0.66 | 0.58 |
| Hex | 6E | 4F | DB | 32 | 40 | 0 | E | FD | 42 | 3A |
| Octal | 156 | 117 | 333 | 62 | 100 | 0 | 16 | 375 | 102 | 72 |
| Binary | 1101110 | 1001111 | 11011011 | 110010 | 1000000 | 0 | 1110 | 11111101 | 1000010 | 111010 |
Color Harmonies of #6E4FDB
Complementary color
Monochromatic Colors of #6E4FDB
Black with #6E4FDB
Text Example
Text Example
White with #6E4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4FDB; }
p { color: rgb(110,79,219); }
H1.HeaderClassName
{
color: #6E4FDB;
}
.AnyTagClassName
{
color: #6E4FDB;
}
</style>
background-color css
<style>
a { background-color: #6E4FDB; }
a { background-color: rgb(110,79,219); }
div.DivClassName
{
background-color: #6E4FDB;
}
.BgClassName
{
background-color: #6E4FDB;
}
</style>
border-color css
<style>
span { border-color: #6E4FDB; }
span { border-color: rgb(110,79,219); }
td.TdClassName
{
border-color: #6E4FDB;
}
.TagClassName
{
border-color: #6E4FDB;
}
</style>