Shades of Electric Indigo #6E13F1
Tints of Electric Indigo #6E13F1
RGB
CMYK
RGB Variations
Color information
#6E13F1 (or 0x6E13F1) is known color: Electric Indigo. HEX triplet: 6E, 13 and F1. RGB value is (110,19,241). Sum of RGB (Red+Green+Blue) = 110+19+241=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 241 (94.53% from 255 or 65.14% from 370); Max value from RGB is 241 - color contains mainly: blue. Hex color #6E13F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E13F1 is #91EC0E. Grayscale: #464646. Windows color (decimal): -9563151 or 15799150. OLE color: 15799150.
HSL color Cylindrical-coordinate representation of color #6E13F1: hue angle of 264.59º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E13F1 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 19 | 241 | - |
| CMYK | 0.54 | 0.92 | 0 | 0.05 |
| HSL | 264.59º | 0.89% | 0.51% | - |
| HSV(B) | 264.59º | 0.92% | 0.95% | - |
| XYZ | 22.54 | 10.13 | 83.99 | - |
| YUV | 71.52 | 223.65 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 241 | 0.54 | 0.92 | 0 | 0.05 | 264.59 | 0.89 | 0.51 |
| Hex | 6E | 13 | F1 | 36 | 5C | 0 | 5 | 109 | 59 | 33 |
| Octal | 156 | 23 | 361 | 66 | 134 | 0 | 5 | 411 | 131 | 63 |
| Binary | 1101110 | 10011 | 11110001 | 110110 | 1011100 | 0 | 101 | 100001001 | 1011001 | 110011 |
Color Harmonies of #6E13F1
Complementary color
Monochromatic Colors of #6E13F1
Black with #6E13F1
Text Example
Text Example
White with #6E13F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E13F1; }
p { color: rgb(110,19,241); }
H1.HeaderClassName
{
color: #6E13F1;
}
.AnyTagClassName
{
color: #6E13F1;
}
</style>
background-color css
<style>
a { background-color: #6E13F1; }
a { background-color: rgb(110,19,241); }
div.DivClassName
{
background-color: #6E13F1;
}
.BgClassName
{
background-color: #6E13F1;
}
</style>
border-color css
<style>
span { border-color: #6E13F1; }
span { border-color: rgb(110,19,241); }
td.TdClassName
{
border-color: #6E13F1;
}
.TagClassName
{
border-color: #6E13F1;
}
</style>