Shades of Electric Indigo #6404DA
Tints of Electric Indigo #6404DA
RGB
CMYK
RGB Variations
Color information
#6404DA (or 0x6404DA) is known color: Electric Indigo. HEX triplet: 64, 04 and DA. RGB value is (100,4,218). Sum of RGB (Red+Green+Blue) = 100+4+218=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #6404DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6404DA is #9BFB25. Grayscale: #383838. Windows color (decimal): -10222374 or 14287972. OLE color: 14287972.
HSL color Cylindrical-coordinate representation of color #6404DA: hue angle of 266.92º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6404DA is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 4 | 218 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.15 |
| HSL | 266.92º | 0.96% | 0.44% | - |
| HSV(B) | 266.92º | 0.98% | 0.85% | - |
| XYZ | 17.95 | 7.86 | 66.9 | - |
| YUV | 57.1 | 218.8 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 218 | 0.54 | 0.98 | 0 | 0.15 | 266.92 | 0.96 | 0.44 |
| Hex | 64 | 4 | DA | 36 | 62 | 0 | F | 10B | 60 | 2C |
| Octal | 144 | 4 | 332 | 66 | 142 | 0 | 17 | 413 | 140 | 54 |
| Binary | 1100100 | 100 | 11011010 | 110110 | 1100010 | 0 | 1111 | 100001011 | 1100000 | 101100 |
Color Harmonies of #6404DA
Complementary color
Monochromatic Colors of #6404DA
Black with #6404DA
Text Example
Text Example
White with #6404DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6404DA; }
p { color: rgb(100,4,218); }
H1.HeaderClassName
{
color: #6404DA;
}
.AnyTagClassName
{
color: #6404DA;
}
</style>
background-color css
<style>
a { background-color: #6404DA; }
a { background-color: rgb(100,4,218); }
div.DivClassName
{
background-color: #6404DA;
}
.BgClassName
{
background-color: #6404DA;
}
</style>
border-color css
<style>
span { border-color: #6404DA; }
span { border-color: rgb(100,4,218); }
td.TdClassName
{
border-color: #6404DA;
}
.TagClassName
{
border-color: #6404DA;
}
</style>