Shades of Electric Indigo #6E1AFF
Tints of Electric Indigo #6E1AFF
RGB
CMYK
RGB Variations
Color information
#6E1AFF (or 0x6E1AFF) is known color: Electric Indigo. HEX triplet: 6E, 1A and FF. RGB value is (110,26,255). Sum of RGB (Red+Green+Blue) = 110+26+255=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E1AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1AFF is #91E500. Grayscale: #4C4C4C. Windows color (decimal): -9561345 or 16718446. OLE color: 16718446.
HSL color Cylindrical-coordinate representation of color #6E1AFF: hue angle of 262.01º 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 #6E1AFF is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 26 | 255 | - |
| CMYK | 0.57 | 0.90 | 0 | 0 |
| HSL | 262.01º | 1% | 0.55% | - |
| HSV(B) | 262.01º | 0.9% | 1% | - |
| XYZ | 24.85 | 11.27 | 95.47 | - |
| YUV | 77.22 | 228.33 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 26 | 255 | 0.57 | 0.90 | 0 | 0 | 262.01 | 1 | 0.55 |
| Hex | 6E | 1A | FF | 39 | 5A | 0 | 0 | 106 | 64 | 37 |
| Octal | 156 | 32 | 377 | 71 | 132 | 0 | 0 | 406 | 144 | 67 |
| Binary | 1101110 | 11010 | 11111111 | 111001 | 1011010 | 0 | 0 | 100000110 | 1100100 | 110111 |
Color Harmonies of #6E1AFF
Complementary color
Monochromatic Colors of #6E1AFF
Black with #6E1AFF
Text Example
Text Example
White with #6E1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1AFF; }
p { color: rgb(110,26,255); }
H1.HeaderClassName
{
color: #6E1AFF;
}
.AnyTagClassName
{
color: #6E1AFF;
}
</style>
background-color css
<style>
a { background-color: #6E1AFF; }
a { background-color: rgb(110,26,255); }
div.DivClassName
{
background-color: #6E1AFF;
}
.BgClassName
{
background-color: #6E1AFF;
}
</style>
border-color css
<style>
span { border-color: #6E1AFF; }
span { border-color: rgb(110,26,255); }
td.TdClassName
{
border-color: #6E1AFF;
}
.TagClassName
{
border-color: #6E1AFF;
}
</style>