Shades of Electric Indigo #6405FC
Tints of Electric Indigo #6405FC
RGB
CMYK
RGB Variations
Color information
#6405FC (or 0x6405FC) is known color: Electric Indigo. HEX triplet: 64, 05 and FC. RGB value is (100,5,252). Sum of RGB (Red+Green+Blue) = 100+5+252=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 252 (98.83% from 255 or 70.59% from 357); Max value from RGB is 252 - color contains mainly: blue. Hex color #6405FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6405FC is #9BFA03. Grayscale: #3C3C3C. Windows color (decimal): -10222084 or 16516452. OLE color: 16516452.
HSL color Cylindrical-coordinate representation of color #6405FC: hue angle of 263.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6405FC is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 5 | 252 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.01 |
| HSL | 263.08º | 0.98% | 0.5% | - |
| HSV(B) | 263.08º | 0.98% | 0.99% | - |
| XYZ | 22.88 | 9.85 | 92.79 | - |
| YUV | 61.56 | 235.47 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 252 | 0.60 | 0.98 | 0 | 0.01 | 263.08 | 0.98 | 0.5 |
| Hex | 64 | 5 | FC | 3C | 62 | 0 | 1 | 107 | 62 | 32 |
| Octal | 144 | 5 | 374 | 74 | 142 | 0 | 1 | 407 | 142 | 62 |
| Binary | 1100100 | 101 | 11111100 | 111100 | 1100010 | 0 | 1 | 100000111 | 1100010 | 110010 |
Color Harmonies of #6405FC
Complementary color
Monochromatic Colors of #6405FC
Black with #6405FC
Text Example
Text Example
White with #6405FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6405FC; }
p { color: rgb(100,5,252); }
H1.HeaderClassName
{
color: #6405FC;
}
.AnyTagClassName
{
color: #6405FC;
}
</style>
background-color css
<style>
a { background-color: #6405FC; }
a { background-color: rgb(100,5,252); }
div.DivClassName
{
background-color: #6405FC;
}
.BgClassName
{
background-color: #6405FC;
}
</style>
border-color css
<style>
span { border-color: #6405FC; }
span { border-color: rgb(100,5,252); }
td.TdClassName
{
border-color: #6405FC;
}
.TagClassName
{
border-color: #6405FC;
}
</style>