Shades of Electric Indigo #6004FA
Tints of Electric Indigo #6004FA
RGB
CMYK
RGB Variations
Color information
#6004FA (or 0x6004FA) is known color: Electric Indigo. HEX triplet: 60, 04 and FA. RGB value is (96,4,250). Sum of RGB (Red+Green+Blue) = 96+4+250=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #6004FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6004FA is #9FFB05. Grayscale: #3A3A3A. Windows color (decimal): -10484486 or 16385120. OLE color: 16385120.
HSL color Cylindrical-coordinate representation of color #6004FA: hue angle of 262.44º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6004FA is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 4 | 250 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.02 |
| HSL | 262.44º | 0.97% | 0.5% | - |
| HSV(B) | 262.44º | 0.98% | 0.98% | - |
| XYZ | 22.12 | 9.48 | 91.11 | - |
| YUV | 59.55 | 235.48 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 250 | 0.62 | 0.98 | 0 | 0.02 | 262.44 | 0.97 | 0.5 |
| Hex | 60 | 4 | FA | 3E | 62 | 0 | 2 | 106 | 61 | 32 |
| Octal | 140 | 4 | 372 | 76 | 142 | 0 | 2 | 406 | 141 | 62 |
| Binary | 1100000 | 100 | 11111010 | 111110 | 1100010 | 0 | 10 | 100000110 | 1100001 | 110010 |
Color Harmonies of #6004FA
Complementary color
Monochromatic Colors of #6004FA
Black with #6004FA
Text Example
Text Example
White with #6004FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6004FA; }
p { color: rgb(96,4,250); }
H1.HeaderClassName
{
color: #6004FA;
}
.AnyTagClassName
{
color: #6004FA;
}
</style>
background-color css
<style>
a { background-color: #6004FA; }
a { background-color: rgb(96,4,250); }
div.DivClassName
{
background-color: #6004FA;
}
.BgClassName
{
background-color: #6004FA;
}
</style>
border-color css
<style>
span { border-color: #6004FA; }
span { border-color: rgb(96,4,250); }
td.TdClassName
{
border-color: #6004FA;
}
.TagClassName
{
border-color: #6004FA;
}
</style>