Shades of Electric Indigo #6406DA
Tints of Electric Indigo #6406DA
RGB
CMYK
RGB Variations
Color information
#6406DA (or 0x6406DA) is known color: Electric Indigo. HEX triplet: 64, 06 and DA. RGB value is (100,6,218). Sum of RGB (Red+Green+Blue) = 100+6+218=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 218 (85.55% from 255 or 67.28% from 324); Max value from RGB is 218 - color contains mainly: blue. Hex color #6406DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6406DA is #9BF925. Grayscale: #393939. Windows color (decimal): -10221862 or 14288484. OLE color: 14288484.
HSL color Cylindrical-coordinate representation of color #6406DA: hue angle of 266.6º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6406DA is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 6 | 218 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.15 |
| HSL | 266.6º | 0.95% | 0.44% | - |
| HSV(B) | 266.6º | 0.97% | 0.85% | - |
| XYZ | 17.98 | 7.9 | 66.91 | - |
| YUV | 58.27 | 218.14 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 218 | 0.54 | 0.97 | 0 | 0.15 | 266.6 | 0.95 | 0.44 |
| Hex | 64 | 6 | DA | 36 | 61 | 0 | F | 10B | 5F | 2C |
| Octal | 144 | 6 | 332 | 66 | 141 | 0 | 17 | 413 | 137 | 54 |
| Binary | 1100100 | 110 | 11011010 | 110110 | 1100001 | 0 | 1111 | 100001011 | 1011111 | 101100 |
Color Harmonies of #6406DA
Complementary color
Monochromatic Colors of #6406DA
Black with #6406DA
Text Example
Text Example
White with #6406DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6406DA; }
p { color: rgb(100,6,218); }
H1.HeaderClassName
{
color: #6406DA;
}
.AnyTagClassName
{
color: #6406DA;
}
</style>
background-color css
<style>
a { background-color: #6406DA; }
a { background-color: rgb(100,6,218); }
div.DivClassName
{
background-color: #6406DA;
}
.BgClassName
{
background-color: #6406DA;
}
</style>
border-color css
<style>
span { border-color: #6406DA; }
span { border-color: rgb(100,6,218); }
td.TdClassName
{
border-color: #6406DA;
}
.TagClassName
{
border-color: #6406DA;
}
</style>