Shades of Electric Indigo #6411EB
Tints of Electric Indigo #6411EB
RGB
CMYK
RGB Variations
Color information
#6411EB (or 0x6411EB) is known color: Electric Indigo. HEX triplet: 64, 11 and EB. RGB value is (100,17,235). Sum of RGB (Red+Green+Blue) = 100+17+235=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #6411EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6411EB is #9BEE14. Grayscale: #414141. Windows color (decimal): -10219029 or 15405412. OLE color: 15405412.
HSL color Cylindrical-coordinate representation of color #6411EB: hue angle of 262.84º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6411EB is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 17 | 235 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.08 |
| HSL | 262.84º | 0.87% | 0.49% | - |
| HSV(B) | 262.84º | 0.93% | 0.92% | - |
| XYZ | 20.45 | 9.11 | 79.28 | - |
| YUV | 66.67 | 223 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 235 | 0.57 | 0.93 | 0 | 0.08 | 262.84 | 0.87 | 0.49 |
| Hex | 64 | 11 | EB | 39 | 5D | 0 | 8 | 107 | 57 | 31 |
| Octal | 144 | 21 | 353 | 71 | 135 | 0 | 10 | 407 | 127 | 61 |
| Binary | 1100100 | 10001 | 11101011 | 111001 | 1011101 | 0 | 1000 | 100000111 | 1010111 | 110001 |
Color Harmonies of #6411EB
Complementary color
Monochromatic Colors of #6411EB
Black with #6411EB
Text Example
Text Example
White with #6411EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6411EB; }
p { color: rgb(100,17,235); }
H1.HeaderClassName
{
color: #6411EB;
}
.AnyTagClassName
{
color: #6411EB;
}
</style>
background-color css
<style>
a { background-color: #6411EB; }
a { background-color: rgb(100,17,235); }
div.DivClassName
{
background-color: #6411EB;
}
.BgClassName
{
background-color: #6411EB;
}
</style>
border-color css
<style>
span { border-color: #6411EB; }
span { border-color: rgb(100,17,235); }
td.TdClassName
{
border-color: #6411EB;
}
.TagClassName
{
border-color: #6411EB;
}
</style>