Shades of Electric Indigo #6100E2
Tints of Electric Indigo #6100E2
RGB
CMYK
RGB Variations
Color information
#6100E2 (or 0x6100E2) is known color: Electric Indigo. HEX triplet: 61, 00 and E2. RGB value is (97,0,226). Sum of RGB (Red+Green+Blue) = 97+0+226=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 226 (88.67% from 255 or 69.97% from 323); Max value from RGB is 226 - color contains mainly: blue. Hex color #6100E2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100E2 is #9EFF1D. Grayscale: #353535. Windows color (decimal): -10419998 or 14811233. OLE color: 14811233.
HSL color Cylindrical-coordinate representation of color #6100E2: hue angle of 265.75º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6100E2 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 0 | 226 | - |
| CMYK | 0.57 | 1 | 0 | 0.11 |
| HSL | 265.75º | 1% | 0.44% | - |
| HSV(B) | 265.75º | 1% | 0.89% | - |
| XYZ | 18.66 | 8.03 | 72.52 | - |
| YUV | 54.77 | 224.64 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 226 | 0.57 | 1 | 0 | 0.11 | 265.75 | 1 | 0.44 |
| Hex | 61 | 0 | E2 | 39 | 64 | 0 | B | 10A | 64 | 2C |
| Octal | 141 | 0 | 342 | 71 | 144 | 0 | 13 | 412 | 144 | 54 |
| Binary | 1100001 | 0 | 11100010 | 111001 | 1100100 | 0 | 1011 | 100001010 | 1100100 | 101100 |
Color Harmonies of #6100E2
Complementary color
Monochromatic Colors of #6100E2
Black with #6100E2
Text Example
Text Example
White with #6100E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6100E2; }
p { color: rgb(97,0,226); }
H1.HeaderClassName
{
color: #6100E2;
}
.AnyTagClassName
{
color: #6100E2;
}
</style>
background-color css
<style>
a { background-color: #6100E2; }
a { background-color: rgb(97,0,226); }
div.DivClassName
{
background-color: #6100E2;
}
.BgClassName
{
background-color: #6100E2;
}
</style>
border-color css
<style>
span { border-color: #6100E2; }
span { border-color: rgb(97,0,226); }
td.TdClassName
{
border-color: #6100E2;
}
.TagClassName
{
border-color: #6100E2;
}
</style>