Shades of Electric Indigo #6E19FF
Tints of Electric Indigo #6E19FF
RGB
CMYK
RGB Variations
Color information
#6E19FF (or 0x6E19FF) is known color: Electric Indigo. HEX triplet: 6E, 19 and FF. RGB value is (110,25,255). Sum of RGB (Red+Green+Blue) = 110+25+255=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E19FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E19FF is #91E600. Grayscale: #4B4B4B. Windows color (decimal): -9561601 or 16718190. OLE color: 16718190.
HSL color Cylindrical-coordinate representation of color #6E19FF: hue angle of 262.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E19FF is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 25 | 255 | - |
| CMYK | 0.57 | 0.90 | 0 | 0 |
| HSL | 262.17º | 1% | 0.55% | - |
| HSV(B) | 262.17º | 0.9% | 1% | - |
| XYZ | 24.83 | 11.23 | 95.47 | - |
| YUV | 76.64 | 228.66 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 25 | 255 | 0.57 | 0.90 | 0 | 0 | 262.17 | 1 | 0.55 |
| Hex | 6E | 19 | FF | 39 | 5A | 0 | 0 | 106 | 64 | 37 |
| Octal | 156 | 31 | 377 | 71 | 132 | 0 | 0 | 406 | 144 | 67 |
| Binary | 1101110 | 11001 | 11111111 | 111001 | 1011010 | 0 | 0 | 100000110 | 1100100 | 110111 |
Color Harmonies of #6E19FF
Complementary color
Monochromatic Colors of #6E19FF
Black with #6E19FF
Text Example
Text Example
White with #6E19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E19FF; }
p { color: rgb(110,25,255); }
H1.HeaderClassName
{
color: #6E19FF;
}
.AnyTagClassName
{
color: #6E19FF;
}
</style>
background-color css
<style>
a { background-color: #6E19FF; }
a { background-color: rgb(110,25,255); }
div.DivClassName
{
background-color: #6E19FF;
}
.BgClassName
{
background-color: #6E19FF;
}
</style>
border-color css
<style>
span { border-color: #6E19FF; }
span { border-color: rgb(110,25,255); }
td.TdClassName
{
border-color: #6E19FF;
}
.TagClassName
{
border-color: #6E19FF;
}
</style>