Shades of Electric Indigo #6E1BFE
Tints of Electric Indigo #6E1BFE
RGB
CMYK
RGB Variations
Color information
#6E1BFE (or 0x6E1BFE) is known color: Electric Indigo. HEX triplet: 6E, 1B and FE. RGB value is (110,27,254). Sum of RGB (Red+Green+Blue) = 110+27+254=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E1BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1BFE is #91E401. Grayscale: #4C4C4C. Windows color (decimal): -9561090 or 16653166. OLE color: 16653166.
HSL color Cylindrical-coordinate representation of color #6E1BFE: hue angle of 261.94º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E1BFE is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 27 | 254 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.00 |
| HSL | 261.94º | 0.99% | 0.55% | - |
| HSV(B) | 261.94º | 0.89% | 1% | - |
| XYZ | 24.71 | 11.25 | 94.64 | - |
| YUV | 77.7 | 227.5 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 27 | 254 | 0.57 | 0.89 | 0 | 0.00 | 261.94 | 0.99 | 0.55 |
| Hex | 6E | 1B | FE | 39 | 59 | 0 | 0 | 106 | 63 | 37 |
| Octal | 156 | 33 | 376 | 71 | 131 | 0 | 0 | 406 | 143 | 67 |
| Binary | 1101110 | 11011 | 11111110 | 111001 | 1011001 | 0 | 0 | 100000110 | 1100011 | 110111 |
Color Harmonies of #6E1BFE
Complementary color
Monochromatic Colors of #6E1BFE
Black with #6E1BFE
Text Example
Text Example
White with #6E1BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1BFE; }
p { color: rgb(110,27,254); }
H1.HeaderClassName
{
color: #6E1BFE;
}
.AnyTagClassName
{
color: #6E1BFE;
}
</style>
background-color css
<style>
a { background-color: #6E1BFE; }
a { background-color: rgb(110,27,254); }
div.DivClassName
{
background-color: #6E1BFE;
}
.BgClassName
{
background-color: #6E1BFE;
}
</style>
border-color css
<style>
span { border-color: #6E1BFE; }
span { border-color: rgb(110,27,254); }
td.TdClassName
{
border-color: #6E1BFE;
}
.TagClassName
{
border-color: #6E1BFE;
}
</style>