Shades of Electric Indigo #6E19FD
Tints of Electric Indigo #6E19FD
RGB
CMYK
RGB Variations
Color information
#6E19FD (or 0x6E19FD) is known color: Electric Indigo. HEX triplet: 6E, 19 and FD. RGB value is (110,25,253). Sum of RGB (Red+Green+Blue) = 110+25+253=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E19FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E19FD is #91E602. Grayscale: #4B4B4B. Windows color (decimal): -9561603 or 16587118. OLE color: 16587118.
HSL color Cylindrical-coordinate representation of color #6E19FD: hue angle of 262.37º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E19FD is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 25 | 253 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.01 |
| HSL | 262.37º | 0.98% | 0.55% | - |
| HSV(B) | 262.37º | 0.9% | 0.99% | - |
| XYZ | 24.51 | 11.1 | 93.78 | - |
| YUV | 76.41 | 227.66 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 25 | 253 | 0.57 | 0.90 | 0 | 0.01 | 262.37 | 0.98 | 0.55 |
| Hex | 6E | 19 | FD | 39 | 5A | 0 | 1 | 106 | 62 | 37 |
| Octal | 156 | 31 | 375 | 71 | 132 | 0 | 1 | 406 | 142 | 67 |
| Binary | 1101110 | 11001 | 11111101 | 111001 | 1011010 | 0 | 1 | 100000110 | 1100010 | 110111 |
Color Harmonies of #6E19FD
Complementary color
Monochromatic Colors of #6E19FD
Black with #6E19FD
Text Example
Text Example
White with #6E19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E19FD; }
p { color: rgb(110,25,253); }
H1.HeaderClassName
{
color: #6E19FD;
}
.AnyTagClassName
{
color: #6E19FD;
}
</style>
background-color css
<style>
a { background-color: #6E19FD; }
a { background-color: rgb(110,25,253); }
div.DivClassName
{
background-color: #6E19FD;
}
.BgClassName
{
background-color: #6E19FD;
}
</style>
border-color css
<style>
span { border-color: #6E19FD; }
span { border-color: rgb(110,25,253); }
td.TdClassName
{
border-color: #6E19FD;
}
.TagClassName
{
border-color: #6E19FD;
}
</style>