Shades of Electric Indigo #6410FE
Tints of Electric Indigo #6410FE
RGB
CMYK
RGB Variations
Color information
#6410FE (or 0x6410FE) is known color: Electric Indigo. HEX triplet: 64, 10 and FE. RGB value is (100,16,254). Sum of RGB (Red+Green+Blue) = 100+16+254=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #6410FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6410FE is #9BEF01. Grayscale: #434343. Windows color (decimal): -10219266 or 16650340. OLE color: 16650340.
HSL color Cylindrical-coordinate representation of color #6410FE: hue angle of 261.18º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6410FE is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 16 | 254 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.00 |
| HSL | 261.18º | 0.99% | 0.53% | - |
| HSV(B) | 261.18º | 0.94% | 1% | - |
| XYZ | 23.33 | 10.24 | 94.51 | - |
| YUV | 68.25 | 232.83 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 254 | 0.61 | 0.94 | 0 | 0.00 | 261.18 | 0.99 | 0.53 |
| Hex | 64 | 10 | FE | 3D | 5E | 0 | 0 | 105 | 63 | 35 |
| Octal | 144 | 20 | 376 | 75 | 136 | 0 | 0 | 405 | 143 | 65 |
| Binary | 1100100 | 10000 | 11111110 | 111101 | 1011110 | 0 | 0 | 100000101 | 1100011 | 110101 |
Color Harmonies of #6410FE
Complementary color
Monochromatic Colors of #6410FE
Black with #6410FE
Text Example
Text Example
White with #6410FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6410FE; }
p { color: rgb(100,16,254); }
H1.HeaderClassName
{
color: #6410FE;
}
.AnyTagClassName
{
color: #6410FE;
}
</style>
background-color css
<style>
a { background-color: #6410FE; }
a { background-color: rgb(100,16,254); }
div.DivClassName
{
background-color: #6410FE;
}
.BgClassName
{
background-color: #6410FE;
}
</style>
border-color css
<style>
span { border-color: #6410FE; }
span { border-color: rgb(100,16,254); }
td.TdClassName
{
border-color: #6410FE;
}
.TagClassName
{
border-color: #6410FE;
}
</style>