Shades of Electric Indigo #6E0DDB
Tints of Electric Indigo #6E0DDB
RGB
CMYK
RGB Variations
Color information
#6E0DDB (or 0x6E0DDB) is known color: Electric Indigo. HEX triplet: 6E, 0D and DB. RGB value is (110,13,219). Sum of RGB (Red+Green+Blue) = 110+13+219=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E0DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0DDB is #91F224. Grayscale: #404040. Windows color (decimal): -9564709 or 14355822. OLE color: 14355822.
HSL color Cylindrical-coordinate representation of color #6E0DDB: hue angle of 268.25º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0DDB is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 13 | 219 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.14 |
| HSL | 268.25º | 0.89% | 0.45% | - |
| HSV(B) | 268.25º | 0.94% | 0.86% | - |
| XYZ | 19.36 | 8.72 | 67.68 | - |
| YUV | 65.49 | 214.64 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 13 | 219 | 0.50 | 0.94 | 0 | 0.14 | 268.25 | 0.89 | 0.45 |
| Hex | 6E | D | DB | 32 | 5E | 0 | E | 10C | 59 | 2D |
| Octal | 156 | 15 | 333 | 62 | 136 | 0 | 16 | 414 | 131 | 55 |
| Binary | 1101110 | 1101 | 11011011 | 110010 | 1011110 | 0 | 1110 | 100001100 | 1011001 | 101101 |
Color Harmonies of #6E0DDB
Complementary color
Monochromatic Colors of #6E0DDB
Black with #6E0DDB
Text Example
Text Example
White with #6E0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0DDB; }
p { color: rgb(110,13,219); }
H1.HeaderClassName
{
color: #6E0DDB;
}
.AnyTagClassName
{
color: #6E0DDB;
}
</style>
background-color css
<style>
a { background-color: #6E0DDB; }
a { background-color: rgb(110,13,219); }
div.DivClassName
{
background-color: #6E0DDB;
}
.BgClassName
{
background-color: #6E0DDB;
}
</style>
border-color css
<style>
span { border-color: #6E0DDB; }
span { border-color: rgb(110,13,219); }
td.TdClassName
{
border-color: #6E0DDB;
}
.TagClassName
{
border-color: #6E0DDB;
}
</style>