Shades of Electric Indigo #6405FE
Tints of Electric Indigo #6405FE
RGB
CMYK
RGB Variations
Color information
#6405FE (or 0x6405FE) is known color: Electric Indigo. HEX triplet: 64, 05 and FE. RGB value is (100,5,254). Sum of RGB (Red+Green+Blue) = 100+5+254=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #6405FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6405FE is #9BFA01. Grayscale: #3C3C3C. Windows color (decimal): -10222082 or 16647524. OLE color: 16647524.
HSL color Cylindrical-coordinate representation of color #6405FE: hue angle of 262.89º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6405FE is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 5 | 254 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.00 |
| HSL | 262.89º | 0.99% | 0.51% | - |
| HSV(B) | 262.89º | 0.98% | 1% | - |
| XYZ | 23.2 | 9.97 | 94.47 | - |
| YUV | 61.79 | 236.47 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 254 | 0.61 | 0.98 | 0 | 0.00 | 262.89 | 0.99 | 0.51 |
| Hex | 64 | 5 | FE | 3D | 62 | 0 | 0 | 107 | 63 | 33 |
| Octal | 144 | 5 | 376 | 75 | 142 | 0 | 0 | 407 | 143 | 63 |
| Binary | 1100100 | 101 | 11111110 | 111101 | 1100010 | 0 | 0 | 100000111 | 1100011 | 110011 |
Color Harmonies of #6405FE
Complementary color
Monochromatic Colors of #6405FE
Black with #6405FE
Text Example
Text Example
White with #6405FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6405FE; }
p { color: rgb(100,5,254); }
H1.HeaderClassName
{
color: #6405FE;
}
.AnyTagClassName
{
color: #6405FE;
}
</style>
background-color css
<style>
a { background-color: #6405FE; }
a { background-color: rgb(100,5,254); }
div.DivClassName
{
background-color: #6405FE;
}
.BgClassName
{
background-color: #6405FE;
}
</style>
border-color css
<style>
span { border-color: #6405FE; }
span { border-color: rgb(100,5,254); }
td.TdClassName
{
border-color: #6405FE;
}
.TagClassName
{
border-color: #6405FE;
}
</style>