Shades of Electric Indigo #6E15F1
Tints of Electric Indigo #6E15F1
RGB
CMYK
RGB Variations
Color information
#6E15F1 (or 0x6E15F1) is known color: Electric Indigo. HEX triplet: 6E, 15 and F1. RGB value is (110,21,241). Sum of RGB (Red+Green+Blue) = 110+21+241=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #6E15F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E15F1 is #91EA0E. Grayscale: #474747. Windows color (decimal): -9562639 or 15799662. OLE color: 15799662.
HSL color Cylindrical-coordinate representation of color #6E15F1: hue angle of 264.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E15F1 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 21 | 241 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.05 |
| HSL | 264.27º | 0.89% | 0.51% | - |
| HSV(B) | 264.27º | 0.91% | 0.95% | - |
| XYZ | 22.58 | 10.2 | 84 | - |
| YUV | 72.69 | 222.99 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 241 | 0.54 | 0.91 | 0 | 0.05 | 264.27 | 0.89 | 0.51 |
| Hex | 6E | 15 | F1 | 36 | 5B | 0 | 5 | 108 | 59 | 33 |
| Octal | 156 | 25 | 361 | 66 | 133 | 0 | 5 | 410 | 131 | 63 |
| Binary | 1101110 | 10101 | 11110001 | 110110 | 1011011 | 0 | 101 | 100001000 | 1011001 | 110011 |
Color Harmonies of #6E15F1
Complementary color
Monochromatic Colors of #6E15F1
Black with #6E15F1
Text Example
Text Example
White with #6E15F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E15F1; }
p { color: rgb(110,21,241); }
H1.HeaderClassName
{
color: #6E15F1;
}
.AnyTagClassName
{
color: #6E15F1;
}
</style>
background-color css
<style>
a { background-color: #6E15F1; }
a { background-color: rgb(110,21,241); }
div.DivClassName
{
background-color: #6E15F1;
}
.BgClassName
{
background-color: #6E15F1;
}
</style>
border-color css
<style>
span { border-color: #6E15F1; }
span { border-color: rgb(110,21,241); }
td.TdClassName
{
border-color: #6E15F1;
}
.TagClassName
{
border-color: #6E15F1;
}
</style>