Shades of Electric Indigo #6405FF
Tints of Electric Indigo #6405FF
RGB
CMYK
RGB Variations
Color information
#6405FF (or 0x6405FF) is known color: Electric Indigo. HEX triplet: 64, 05 and FF. RGB value is (100,5,255). Sum of RGB (Red+Green+Blue) = 100+5+255=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #6405FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6405FF is #9BFA00. Grayscale: #3D3D3D. Windows color (decimal): -10222081 or 16713060. OLE color: 16713060.
HSL color Cylindrical-coordinate representation of color #6405FF: hue angle of 262.8º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6405FF is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 5 | 255 | - |
| CMYK | 0.61 | 0.98 | 0 | 0 |
| HSL | 262.8º | 1% | 0.51% | - |
| HSV(B) | 262.8º | 0.98% | 1% | - |
| XYZ | 23.36 | 10.04 | 95.31 | - |
| YUV | 61.91 | 236.97 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 255 | 0.61 | 0.98 | 0 | 0 | 262.8 | 1 | 0.51 |
| Hex | 64 | 5 | FF | 3D | 62 | 0 | 0 | 107 | 64 | 33 |
| Octal | 144 | 5 | 377 | 75 | 142 | 0 | 0 | 407 | 144 | 63 |
| Binary | 1100100 | 101 | 11111111 | 111101 | 1100010 | 0 | 0 | 100000111 | 1100100 | 110011 |
Color Harmonies of #6405FF
Complementary color
Monochromatic Colors of #6405FF
Black with #6405FF
Text Example
Text Example
White with #6405FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6405FF; }
p { color: rgb(100,5,255); }
H1.HeaderClassName
{
color: #6405FF;
}
.AnyTagClassName
{
color: #6405FF;
}
</style>
background-color css
<style>
a { background-color: #6405FF; }
a { background-color: rgb(100,5,255); }
div.DivClassName
{
background-color: #6405FF;
}
.BgClassName
{
background-color: #6405FF;
}
</style>
border-color css
<style>
span { border-color: #6405FF; }
span { border-color: rgb(100,5,255); }
td.TdClassName
{
border-color: #6405FF;
}
.TagClassName
{
border-color: #6405FF;
}
</style>