Shades of Electric Indigo #6E1AFB
Tints of Electric Indigo #6E1AFB
RGB
CMYK
RGB Variations
Color information
#6E1AFB (or 0x6E1AFB) is known color: Electric Indigo. HEX triplet: 6E, 1A and FB. RGB value is (110,26,251). Sum of RGB (Red+Green+Blue) = 110+26+251=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E1AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1AFB is #91E504. Grayscale: #4B4B4B. Windows color (decimal): -9561349 or 16456302. OLE color: 16456302.
HSL color Cylindrical-coordinate representation of color #6E1AFB: hue angle of 262.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E1AFB is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 26 | 251 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.02 |
| HSL | 262.4º | 0.97% | 0.54% | - |
| HSV(B) | 262.4º | 0.9% | 0.98% | - |
| XYZ | 24.21 | 11.02 | 92.12 | - |
| YUV | 76.77 | 226.33 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 26 | 251 | 0.56 | 0.90 | 0 | 0.02 | 262.4 | 0.97 | 0.54 |
| Hex | 6E | 1A | FB | 38 | 5A | 0 | 2 | 106 | 61 | 36 |
| Octal | 156 | 32 | 373 | 70 | 132 | 0 | 2 | 406 | 141 | 66 |
| Binary | 1101110 | 11010 | 11111011 | 111000 | 1011010 | 0 | 10 | 100000110 | 1100001 | 110110 |
Color Harmonies of #6E1AFB
Complementary color
Monochromatic Colors of #6E1AFB
Black with #6E1AFB
Text Example
Text Example
White with #6E1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1AFB; }
p { color: rgb(110,26,251); }
H1.HeaderClassName
{
color: #6E1AFB;
}
.AnyTagClassName
{
color: #6E1AFB;
}
</style>
background-color css
<style>
a { background-color: #6E1AFB; }
a { background-color: rgb(110,26,251); }
div.DivClassName
{
background-color: #6E1AFB;
}
.BgClassName
{
background-color: #6E1AFB;
}
</style>
border-color css
<style>
span { border-color: #6E1AFB; }
span { border-color: rgb(110,26,251); }
td.TdClassName
{
border-color: #6E1AFB;
}
.TagClassName
{
border-color: #6E1AFB;
}
</style>