Shades of Electric Indigo #6D0EE4
Tints of Electric Indigo #6D0EE4
RGB
CMYK
RGB Variations
Color information
#6D0EE4 (or 0x6D0EE4) is known color: Electric Indigo. HEX triplet: 6D, 0E and E4. RGB value is (109,14,228). Sum of RGB (Red+Green+Blue) = 109+14+228=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 228 (89.45% from 255 or 64.96% from 351); Max value from RGB is 228 - color contains mainly: blue. Hex color #6D0EE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0EE4 is #92F11B. Grayscale: #424242. Windows color (decimal): -9629980 or 14945901. OLE color: 14945901.
HSL color Cylindrical-coordinate representation of color #6D0EE4: hue angle of 266.64º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0EE4 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 14 | 228 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.11 |
| HSL | 266.64º | 0.88% | 0.47% | - |
| HSV(B) | 266.64º | 0.94% | 0.89% | - |
| XYZ | 20.47 | 9.17 | 74.09 | - |
| YUV | 66.8 | 218.97 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 14 | 228 | 0.52 | 0.94 | 0 | 0.11 | 266.64 | 0.88 | 0.47 |
| Hex | 6D | E | E4 | 34 | 5E | 0 | B | 10B | 58 | 2F |
| Octal | 155 | 16 | 344 | 64 | 136 | 0 | 13 | 413 | 130 | 57 |
| Binary | 1101101 | 1110 | 11100100 | 110100 | 1011110 | 0 | 1011 | 100001011 | 1011000 | 101111 |
Color Harmonies of #6D0EE4
Complementary color
Monochromatic Colors of #6D0EE4
Black with #6D0EE4
Text Example
Text Example
White with #6D0EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0EE4; }
p { color: rgb(109,14,228); }
H1.HeaderClassName
{
color: #6D0EE4;
}
.AnyTagClassName
{
color: #6D0EE4;
}
</style>
background-color css
<style>
a { background-color: #6D0EE4; }
a { background-color: rgb(109,14,228); }
div.DivClassName
{
background-color: #6D0EE4;
}
.BgClassName
{
background-color: #6D0EE4;
}
</style>
border-color css
<style>
span { border-color: #6D0EE4; }
span { border-color: rgb(109,14,228); }
td.TdClassName
{
border-color: #6D0EE4;
}
.TagClassName
{
border-color: #6D0EE4;
}
</style>