Shades of Electric Indigo #610CE6
Tints of Electric Indigo #610CE6
RGB
CMYK
RGB Variations
Color information
#610CE6 (or 0x610CE6) is known color: Electric Indigo. HEX triplet: 61, 0C and E6. RGB value is (97,12,230). Sum of RGB (Red+Green+Blue) = 97+12+230=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 230 (90.23% from 255 or 67.85% from 339); Max value from RGB is 230 - color contains mainly: blue. Hex color #610CE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610CE6 is #9EF319. Grayscale: #3D3D3D. Windows color (decimal): -10416922 or 15076449. OLE color: 15076449.
HSL color Cylindrical-coordinate representation of color #610CE6: hue angle of 263.39º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610CE6 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 12 | 230 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.10 |
| HSL | 263.39º | 0.9% | 0.47% | - |
| HSV(B) | 263.39º | 0.95% | 0.9% | - |
| XYZ | 19.34 | 8.52 | 75.49 | - |
| YUV | 62.27 | 222.66 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 230 | 0.58 | 0.95 | 0 | 0.10 | 263.39 | 0.9 | 0.47 |
| Hex | 61 | C | E6 | 3A | 5F | 0 | A | 107 | 5A | 2F |
| Octal | 141 | 14 | 346 | 72 | 137 | 0 | 12 | 407 | 132 | 57 |
| Binary | 1100001 | 1100 | 11100110 | 111010 | 1011111 | 0 | 1010 | 100000111 | 1011010 | 101111 |
Color Harmonies of #610CE6
Complementary color
Monochromatic Colors of #610CE6
Black with #610CE6
Text Example
Text Example
White with #610CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610CE6; }
p { color: rgb(97,12,230); }
H1.HeaderClassName
{
color: #610CE6;
}
.AnyTagClassName
{
color: #610CE6;
}
</style>
background-color css
<style>
a { background-color: #610CE6; }
a { background-color: rgb(97,12,230); }
div.DivClassName
{
background-color: #610CE6;
}
.BgClassName
{
background-color: #610CE6;
}
</style>
border-color css
<style>
span { border-color: #610CE6; }
span { border-color: rgb(97,12,230); }
td.TdClassName
{
border-color: #610CE6;
}
.TagClassName
{
border-color: #610CE6;
}
</style>