Shades of Electric Indigo #6E0BF1
Tints of Electric Indigo #6E0BF1
RGB
CMYK
RGB Variations
Color information
#6E0BF1 (or 0x6E0BF1) is known color: Electric Indigo. HEX triplet: 6E, 0B and F1. RGB value is (110,11,241). Sum of RGB (Red+Green+Blue) = 110+11+241=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 241 (94.53% from 255 or 66.57% from 362); Max value from RGB is 241 - color contains mainly: blue. Hex color #6E0BF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0BF1 is #91F40E. Grayscale: #424242. Windows color (decimal): -9565199 or 15797102. OLE color: 15797102.
HSL color Cylindrical-coordinate representation of color #6E0BF1: hue angle of 265.83º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0BF1 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 11 | 241 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.05 |
| HSL | 265.83º | 0.91% | 0.49% | - |
| HSV(B) | 265.83º | 0.95% | 0.95% | - |
| XYZ | 22.43 | 9.91 | 83.95 | - |
| YUV | 66.82 | 226.3 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 11 | 241 | 0.54 | 0.95 | 0 | 0.05 | 265.83 | 0.91 | 0.49 |
| Hex | 6E | B | F1 | 36 | 5F | 0 | 5 | 10A | 5B | 31 |
| Octal | 156 | 13 | 361 | 66 | 137 | 0 | 5 | 412 | 133 | 61 |
| Binary | 1101110 | 1011 | 11110001 | 110110 | 1011111 | 0 | 101 | 100001010 | 1011011 | 110001 |
Color Harmonies of #6E0BF1
Complementary color
Monochromatic Colors of #6E0BF1
Black with #6E0BF1
Text Example
Text Example
White with #6E0BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0BF1; }
p { color: rgb(110,11,241); }
H1.HeaderClassName
{
color: #6E0BF1;
}
.AnyTagClassName
{
color: #6E0BF1;
}
</style>
background-color css
<style>
a { background-color: #6E0BF1; }
a { background-color: rgb(110,11,241); }
div.DivClassName
{
background-color: #6E0BF1;
}
.BgClassName
{
background-color: #6E0BF1;
}
</style>
border-color css
<style>
span { border-color: #6E0BF1; }
span { border-color: rgb(110,11,241); }
td.TdClassName
{
border-color: #6E0BF1;
}
.TagClassName
{
border-color: #6E0BF1;
}
</style>