Shades of Electric Indigo #6411FE
Tints of Electric Indigo #6411FE
RGB
CMYK
RGB Variations
Color information
#6411FE (or 0x6411FE) is known color: Electric Indigo. HEX triplet: 64, 11 and FE. RGB value is (100,17,254). Sum of RGB (Red+Green+Blue) = 100+17+254=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #6411FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6411FE is #9BEE01. Grayscale: #434343. Windows color (decimal): -10219010 or 16650596. OLE color: 16650596.
HSL color Cylindrical-coordinate representation of color #6411FE: hue angle of 261.01º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6411FE is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 17 | 254 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.00 |
| HSL | 261.01º | 0.99% | 0.53% | - |
| HSV(B) | 261.01º | 0.93% | 1% | - |
| XYZ | 23.35 | 10.27 | 94.52 | - |
| YUV | 68.84 | 232.5 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 254 | 0.61 | 0.93 | 0 | 0.00 | 261.01 | 0.99 | 0.53 |
| Hex | 64 | 11 | FE | 3D | 5D | 0 | 0 | 105 | 63 | 35 |
| Octal | 144 | 21 | 376 | 75 | 135 | 0 | 0 | 405 | 143 | 65 |
| Binary | 1100100 | 10001 | 11111110 | 111101 | 1011101 | 0 | 0 | 100000101 | 1100011 | 110101 |
Color Harmonies of #6411FE
Complementary color
Monochromatic Colors of #6411FE
Black with #6411FE
Text Example
Text Example
White with #6411FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6411FE; }
p { color: rgb(100,17,254); }
H1.HeaderClassName
{
color: #6411FE;
}
.AnyTagClassName
{
color: #6411FE;
}
</style>
background-color css
<style>
a { background-color: #6411FE; }
a { background-color: rgb(100,17,254); }
div.DivClassName
{
background-color: #6411FE;
}
.BgClassName
{
background-color: #6411FE;
}
</style>
border-color css
<style>
span { border-color: #6411FE; }
span { border-color: rgb(100,17,254); }
td.TdClassName
{
border-color: #6411FE;
}
.TagClassName
{
border-color: #6411FE;
}
</style>