Shades of Electric Indigo #6E1AF2
Tints of Electric Indigo #6E1AF2
RGB
CMYK
RGB Variations
Color information
#6E1AF2 (or 0x6E1AF2) is known color: Electric Indigo. HEX triplet: 6E, 1A and F2. RGB value is (110,26,242). Sum of RGB (Red+Green+Blue) = 110+26+242=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 242 (94.92% from 255 or 64.02% from 378); Max value from RGB is 242 - color contains mainly: blue. Hex color #6E1AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1AF2 is #91E50D. Grayscale: #4A4A4A. Windows color (decimal): -9561358 or 15866478. OLE color: 15866478.
HSL color Cylindrical-coordinate representation of color #6E1AF2: hue angle of 263.33º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E1AF2 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 26 | 242 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.05 |
| HSL | 263.33º | 0.89% | 0.53% | - |
| HSV(B) | 263.33º | 0.89% | 0.95% | - |
| XYZ | 22.83 | 10.46 | 84.82 | - |
| YUV | 75.74 | 221.83 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 26 | 242 | 0.55 | 0.89 | 0 | 0.05 | 263.33 | 0.89 | 0.53 |
| Hex | 6E | 1A | F2 | 37 | 59 | 0 | 5 | 107 | 59 | 35 |
| Octal | 156 | 32 | 362 | 67 | 131 | 0 | 5 | 407 | 131 | 65 |
| Binary | 1101110 | 11010 | 11110010 | 110111 | 1011001 | 0 | 101 | 100000111 | 1011001 | 110101 |
Color Harmonies of #6E1AF2
Complementary color
Monochromatic Colors of #6E1AF2
Black with #6E1AF2
Text Example
Text Example
White with #6E1AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1AF2; }
p { color: rgb(110,26,242); }
H1.HeaderClassName
{
color: #6E1AF2;
}
.AnyTagClassName
{
color: #6E1AF2;
}
</style>
background-color css
<style>
a { background-color: #6E1AF2; }
a { background-color: rgb(110,26,242); }
div.DivClassName
{
background-color: #6E1AF2;
}
.BgClassName
{
background-color: #6E1AF2;
}
</style>
border-color css
<style>
span { border-color: #6E1AF2; }
span { border-color: rgb(110,26,242); }
td.TdClassName
{
border-color: #6E1AF2;
}
.TagClassName
{
border-color: #6E1AF2;
}
</style>