Shades of Electric Indigo #6E16FF
Tints of Electric Indigo #6E16FF
RGB
CMYK
RGB Variations
Color information
#6E16FF (or 0x6E16FF) is known color: Electric Indigo. HEX triplet: 6E, 16 and FF. RGB value is (110,22,255). Sum of RGB (Red+Green+Blue) = 110+22+255=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E16FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E16FF is #91E900. Grayscale: #4A4A4A. Windows color (decimal): -9562369 or 16717422. OLE color: 16717422.
HSL color Cylindrical-coordinate representation of color #6E16FF: hue angle of 262.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E16FF is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 22 | 255 | - |
| CMYK | 0.57 | 0.91 | 0 | 0 |
| HSL | 262.66º | 1% | 0.54% | - |
| HSV(B) | 262.66º | 0.91% | 1% | - |
| XYZ | 24.77 | 11.11 | 95.45 | - |
| YUV | 74.87 | 229.65 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 255 | 0.57 | 0.91 | 0 | 0 | 262.66 | 1 | 0.54 |
| Hex | 6E | 16 | FF | 39 | 5B | 0 | 0 | 107 | 64 | 36 |
| Octal | 156 | 26 | 377 | 71 | 133 | 0 | 0 | 407 | 144 | 66 |
| Binary | 1101110 | 10110 | 11111111 | 111001 | 1011011 | 0 | 0 | 100000111 | 1100100 | 110110 |
Color Harmonies of #6E16FF
Complementary color
Monochromatic Colors of #6E16FF
Black with #6E16FF
Text Example
Text Example
White with #6E16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E16FF; }
p { color: rgb(110,22,255); }
H1.HeaderClassName
{
color: #6E16FF;
}
.AnyTagClassName
{
color: #6E16FF;
}
</style>
background-color css
<style>
a { background-color: #6E16FF; }
a { background-color: rgb(110,22,255); }
div.DivClassName
{
background-color: #6E16FF;
}
.BgClassName
{
background-color: #6E16FF;
}
</style>
border-color css
<style>
span { border-color: #6E16FF; }
span { border-color: rgb(110,22,255); }
td.TdClassName
{
border-color: #6E16FF;
}
.TagClassName
{
border-color: #6E16FF;
}
</style>