Shades of Electric Indigo #6104D9
Tints of Electric Indigo #6104D9
RGB
CMYK
RGB Variations
Color information
#6104D9 (or 0x6104D9) is known color: Electric Indigo. HEX triplet: 61, 04 and D9. RGB value is (97,4,217). Sum of RGB (Red+Green+Blue) = 97+4+217=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 217 (85.16% from 255 or 68.24% from 318); Max value from RGB is 217 - color contains mainly: blue. Hex color #6104D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6104D9 is #9EFB26. Grayscale: #373737. Windows color (decimal): -10418983 or 14222433. OLE color: 14222433.
HSL color Cylindrical-coordinate representation of color #6104D9: hue angle of 266.2º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6104D9 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 4 | 217 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.15 |
| HSL | 266.2º | 0.96% | 0.43% | - |
| HSV(B) | 266.2º | 0.98% | 0.85% | - |
| XYZ | 17.5 | 7.64 | 66.2 | - |
| YUV | 56.09 | 218.81 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 217 | 0.55 | 0.98 | 0 | 0.15 | 266.2 | 0.96 | 0.43 |
| Hex | 61 | 4 | D9 | 37 | 62 | 0 | F | 10A | 60 | 2B |
| Octal | 141 | 4 | 331 | 67 | 142 | 0 | 17 | 412 | 140 | 53 |
| Binary | 1100001 | 100 | 11011001 | 110111 | 1100010 | 0 | 1111 | 100001010 | 1100000 | 101011 |
Color Harmonies of #6104D9
Complementary color
Monochromatic Colors of #6104D9
Black with #6104D9
Text Example
Text Example
White with #6104D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6104D9; }
p { color: rgb(97,4,217); }
H1.HeaderClassName
{
color: #6104D9;
}
.AnyTagClassName
{
color: #6104D9;
}
</style>
background-color css
<style>
a { background-color: #6104D9; }
a { background-color: rgb(97,4,217); }
div.DivClassName
{
background-color: #6104D9;
}
.BgClassName
{
background-color: #6104D9;
}
</style>
border-color css
<style>
span { border-color: #6104D9; }
span { border-color: rgb(97,4,217); }
td.TdClassName
{
border-color: #6104D9;
}
.TagClassName
{
border-color: #6104D9;
}
</style>