Shades of Electric Indigo #6004DB
Tints of Electric Indigo #6004DB
RGB
CMYK
RGB Variations
Color information
#6004DB (or 0x6004DB) is known color: Electric Indigo. HEX triplet: 60, 04 and DB. RGB value is (96,4,219). Sum of RGB (Red+Green+Blue) = 96+4+219=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #6004DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6004DB is #9FFB24. Grayscale: #373737. Windows color (decimal): -10484517 or 14353504. OLE color: 14353504.
HSL color Cylindrical-coordinate representation of color #6004DB: hue angle of 265.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6004DB is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 4 | 219 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.14 |
| HSL | 265.67º | 0.96% | 0.44% | - |
| HSV(B) | 265.67º | 0.98% | 0.86% | - |
| XYZ | 17.65 | 7.69 | 67.57 | - |
| YUV | 56.02 | 219.98 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 4 | 219 | 0.56 | 0.98 | 0 | 0.14 | 265.67 | 0.96 | 0.44 |
| Hex | 60 | 4 | DB | 38 | 62 | 0 | E | 10A | 60 | 2C |
| Octal | 140 | 4 | 333 | 70 | 142 | 0 | 16 | 412 | 140 | 54 |
| Binary | 1100000 | 100 | 11011011 | 111000 | 1100010 | 0 | 1110 | 100001010 | 1100000 | 101100 |
Color Harmonies of #6004DB
Complementary color
Monochromatic Colors of #6004DB
Black with #6004DB
Text Example
Text Example
White with #6004DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6004DB; }
p { color: rgb(96,4,219); }
H1.HeaderClassName
{
color: #6004DB;
}
.AnyTagClassName
{
color: #6004DB;
}
</style>
background-color css
<style>
a { background-color: #6004DB; }
a { background-color: rgb(96,4,219); }
div.DivClassName
{
background-color: #6004DB;
}
.BgClassName
{
background-color: #6004DB;
}
</style>
border-color css
<style>
span { border-color: #6004DB; }
span { border-color: rgb(96,4,219); }
td.TdClassName
{
border-color: #6004DB;
}
.TagClassName
{
border-color: #6004DB;
}
</style>