Shades of Electric Indigo #6E19E9
Tints of Electric Indigo #6E19E9
RGB
CMYK
RGB Variations
Color information
#6E19E9 (or 0x6E19E9) is known color: Electric Indigo. HEX triplet: 6E, 19 and E9. RGB value is (110,25,233). Sum of RGB (Red+Green+Blue) = 110+25+233=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 233 (91.41% from 255 or 63.32% from 368); Max value from RGB is 233 - color contains mainly: blue. Hex color #6E19E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E19E9 is #91E616. Grayscale: #494949. Windows color (decimal): -9561623 or 15276398. OLE color: 15276398.
HSL color Cylindrical-coordinate representation of color #6E19E9: hue angle of 264.52º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E19E9 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 25 | 233 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.09 |
| HSL | 264.52º | 0.83% | 0.51% | - |
| HSV(B) | 264.52º | 0.89% | 0.91% | - |
| XYZ | 21.49 | 9.89 | 77.87 | - |
| YUV | 74.13 | 217.66 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 25 | 233 | 0.53 | 0.89 | 0 | 0.09 | 264.52 | 0.83 | 0.51 |
| Hex | 6E | 19 | E9 | 35 | 59 | 0 | 9 | 109 | 53 | 33 |
| Octal | 156 | 31 | 351 | 65 | 131 | 0 | 11 | 411 | 123 | 63 |
| Binary | 1101110 | 11001 | 11101001 | 110101 | 1011001 | 0 | 1001 | 100001001 | 1010011 | 110011 |
Color Harmonies of #6E19E9
Complementary color
Monochromatic Colors of #6E19E9
Black with #6E19E9
Text Example
Text Example
White with #6E19E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E19E9; }
p { color: rgb(110,25,233); }
H1.HeaderClassName
{
color: #6E19E9;
}
.AnyTagClassName
{
color: #6E19E9;
}
</style>
background-color css
<style>
a { background-color: #6E19E9; }
a { background-color: rgb(110,25,233); }
div.DivClassName
{
background-color: #6E19E9;
}
.BgClassName
{
background-color: #6E19E9;
}
</style>
border-color css
<style>
span { border-color: #6E19E9; }
span { border-color: rgb(110,25,233); }
td.TdClassName
{
border-color: #6E19E9;
}
.TagClassName
{
border-color: #6E19E9;
}
</style>