Shades of Electric Indigo #6407FE
Tints of Electric Indigo #6407FE
RGB
CMYK
RGB Variations
Color information
#6407FE (or 0x6407FE) is known color: Electric Indigo. HEX triplet: 64, 07 and FE. RGB value is (100,7,254). Sum of RGB (Red+Green+Blue) = 100+7+254=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #6407FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6407FE is #9BF801. Grayscale: #3E3E3E. Windows color (decimal): -10221570 or 16648036. OLE color: 16648036.
HSL color Cylindrical-coordinate representation of color #6407FE: hue angle of 262.59º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6407FE is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 7 | 254 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.00 |
| HSL | 262.59º | 0.99% | 0.51% | - |
| HSV(B) | 262.59º | 0.97% | 1% | - |
| XYZ | 23.22 | 10.02 | 94.48 | - |
| YUV | 62.97 | 235.81 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 254 | 0.61 | 0.97 | 0 | 0.00 | 262.59 | 0.99 | 0.51 |
| Hex | 64 | 7 | FE | 3D | 61 | 0 | 0 | 107 | 63 | 33 |
| Octal | 144 | 7 | 376 | 75 | 141 | 0 | 0 | 407 | 143 | 63 |
| Binary | 1100100 | 111 | 11111110 | 111101 | 1100001 | 0 | 0 | 100000111 | 1100011 | 110011 |
Color Harmonies of #6407FE
Complementary color
Monochromatic Colors of #6407FE
Black with #6407FE
Text Example
Text Example
White with #6407FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6407FE; }
p { color: rgb(100,7,254); }
H1.HeaderClassName
{
color: #6407FE;
}
.AnyTagClassName
{
color: #6407FE;
}
</style>
background-color css
<style>
a { background-color: #6407FE; }
a { background-color: rgb(100,7,254); }
div.DivClassName
{
background-color: #6407FE;
}
.BgClassName
{
background-color: #6407FE;
}
</style>
border-color css
<style>
span { border-color: #6407FE; }
span { border-color: rgb(100,7,254); }
td.TdClassName
{
border-color: #6407FE;
}
.TagClassName
{
border-color: #6407FE;
}
</style>