Shades of Electric Indigo #6D17EB
Tints of Electric Indigo #6D17EB
RGB
CMYK
RGB Variations
Color information
#6D17EB (or 0x6D17EB) is known color: Electric Indigo. HEX triplet: 6D, 17 and EB. RGB value is (109,23,235). Sum of RGB (Red+Green+Blue) = 109+23+235=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D17EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D17EB is #92E814. Grayscale: #484848. Windows color (decimal): -9627669 or 15406957. OLE color: 15406957.
HSL color Cylindrical-coordinate representation of color #6D17EB: hue angle of 264.34º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D17EB is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 23 | 235 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.08 |
| HSL | 264.34º | 0.84% | 0.51% | - |
| HSV(B) | 264.34º | 0.9% | 0.92% | - |
| XYZ | 21.61 | 9.86 | 79.36 | - |
| YUV | 72.88 | 219.49 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 235 | 0.54 | 0.90 | 0 | 0.08 | 264.34 | 0.84 | 0.51 |
| Hex | 6D | 17 | EB | 36 | 5A | 0 | 8 | 108 | 54 | 33 |
| Octal | 155 | 27 | 353 | 66 | 132 | 0 | 10 | 410 | 124 | 63 |
| Binary | 1101101 | 10111 | 11101011 | 110110 | 1011010 | 0 | 1000 | 100001000 | 1010100 | 110011 |
Color Harmonies of #6D17EB
Complementary color
Monochromatic Colors of #6D17EB
Black with #6D17EB
Text Example
Text Example
White with #6D17EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D17EB; }
p { color: rgb(109,23,235); }
H1.HeaderClassName
{
color: #6D17EB;
}
.AnyTagClassName
{
color: #6D17EB;
}
</style>
background-color css
<style>
a { background-color: #6D17EB; }
a { background-color: rgb(109,23,235); }
div.DivClassName
{
background-color: #6D17EB;
}
.BgClassName
{
background-color: #6D17EB;
}
</style>
border-color css
<style>
span { border-color: #6D17EB; }
span { border-color: rgb(109,23,235); }
td.TdClassName
{
border-color: #6D17EB;
}
.TagClassName
{
border-color: #6D17EB;
}
</style>