Shades of Electric Indigo #6E19FE
Tints of Electric Indigo #6E19FE
RGB
CMYK
RGB Variations
Color information
#6E19FE (or 0x6E19FE) is known color: Electric Indigo. HEX triplet: 6E, 19 and FE. RGB value is (110,25,254). Sum of RGB (Red+Green+Blue) = 110+25+254=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E19FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E19FE is #91E601. Grayscale: #4B4B4B. Windows color (decimal): -9561602 or 16652654. OLE color: 16652654.
HSL color Cylindrical-coordinate representation of color #6E19FE: hue angle of 262.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E19FE is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 25 | 254 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.00 |
| HSL | 262.27º | 0.99% | 0.55% | - |
| HSV(B) | 262.27º | 0.9% | 1% | - |
| XYZ | 24.67 | 11.17 | 94.62 | - |
| YUV | 76.52 | 228.16 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 25 | 254 | 0.57 | 0.90 | 0 | 0.00 | 262.27 | 0.99 | 0.55 |
| Hex | 6E | 19 | FE | 39 | 5A | 0 | 0 | 106 | 63 | 37 |
| Octal | 156 | 31 | 376 | 71 | 132 | 0 | 0 | 406 | 143 | 67 |
| Binary | 1101110 | 11001 | 11111110 | 111001 | 1011010 | 0 | 0 | 100000110 | 1100011 | 110111 |
Color Harmonies of #6E19FE
Complementary color
Monochromatic Colors of #6E19FE
Black with #6E19FE
Text Example
Text Example
White with #6E19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E19FE; }
p { color: rgb(110,25,254); }
H1.HeaderClassName
{
color: #6E19FE;
}
.AnyTagClassName
{
color: #6E19FE;
}
</style>
background-color css
<style>
a { background-color: #6E19FE; }
a { background-color: rgb(110,25,254); }
div.DivClassName
{
background-color: #6E19FE;
}
.BgClassName
{
background-color: #6E19FE;
}
</style>
border-color css
<style>
span { border-color: #6E19FE; }
span { border-color: rgb(110,25,254); }
td.TdClassName
{
border-color: #6E19FE;
}
.TagClassName
{
border-color: #6E19FE;
}
</style>