Shades of Electric Indigo #6E17FF
Tints of Electric Indigo #6E17FF
RGB
CMYK
RGB Variations
Color information
#6E17FF (or 0x6E17FF) is known color: Electric Indigo. HEX triplet: 6E, 17 and FF. RGB value is (110,23,255). Sum of RGB (Red+Green+Blue) = 110+23+255=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E17FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E17FF is #91E800. Grayscale: #4A4A4A. Windows color (decimal): -9562113 or 16717678. OLE color: 16717678.
HSL color Cylindrical-coordinate representation of color #6E17FF: hue angle of 262.5º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E17FF is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 23 | 255 | - |
| CMYK | 0.57 | 0.91 | 0 | 0 |
| HSL | 262.5º | 1% | 0.55% | - |
| HSV(B) | 262.5º | 0.91% | 1% | - |
| XYZ | 24.79 | 11.15 | 95.45 | - |
| YUV | 75.46 | 229.32 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 255 | 0.57 | 0.91 | 0 | 0 | 262.5 | 1 | 0.55 |
| Hex | 6E | 17 | FF | 39 | 5B | 0 | 0 | 106 | 64 | 37 |
| Octal | 156 | 27 | 377 | 71 | 133 | 0 | 0 | 406 | 144 | 67 |
| Binary | 1101110 | 10111 | 11111111 | 111001 | 1011011 | 0 | 0 | 100000110 | 1100100 | 110111 |
Color Harmonies of #6E17FF
Complementary color
Monochromatic Colors of #6E17FF
Black with #6E17FF
Text Example
Text Example
White with #6E17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E17FF; }
p { color: rgb(110,23,255); }
H1.HeaderClassName
{
color: #6E17FF;
}
.AnyTagClassName
{
color: #6E17FF;
}
</style>
background-color css
<style>
a { background-color: #6E17FF; }
a { background-color: rgb(110,23,255); }
div.DivClassName
{
background-color: #6E17FF;
}
.BgClassName
{
background-color: #6E17FF;
}
</style>
border-color css
<style>
span { border-color: #6E17FF; }
span { border-color: rgb(110,23,255); }
td.TdClassName
{
border-color: #6E17FF;
}
.TagClassName
{
border-color: #6E17FF;
}
</style>