Shades of Electric Indigo #6100E8
Tints of Electric Indigo #6100E8
RGB
CMYK
RGB Variations
Color information
#6100E8 (or 0x6100E8) is known color: Electric Indigo. HEX triplet: 61, 00 and E8. RGB value is (97,0,232). Sum of RGB (Red+Green+Blue) = 97+0+232=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 232 (91.02% from 255 or 70.52% from 329); Max value from RGB is 232 - color contains mainly: blue. Hex color #6100E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6100E8 is #9EFF17. Grayscale: #363636. Windows color (decimal): -10419992 or 15204449. OLE color: 15204449.
HSL color Cylindrical-coordinate representation of color #6100E8: hue angle of 265.09º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6100E8 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 0 | 232 | - |
| CMYK | 0.58 | 1 | 0 | 0.09 |
| HSL | 265.09º | 1% | 0.45% | - |
| HSV(B) | 265.09º | 1% | 0.91% | - |
| XYZ | 19.5 | 8.37 | 76.93 | - |
| YUV | 55.45 | 227.64 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 232 | 0.58 | 1 | 0 | 0.09 | 265.09 | 1 | 0.45 |
| Hex | 61 | 0 | E8 | 3A | 64 | 0 | 9 | 109 | 64 | 2D |
| Octal | 141 | 0 | 350 | 72 | 144 | 0 | 11 | 411 | 144 | 55 |
| Binary | 1100001 | 0 | 11101000 | 111010 | 1100100 | 0 | 1001 | 100001001 | 1100100 | 101101 |
Color Harmonies of #6100E8
Complementary color
Monochromatic Colors of #6100E8
Black with #6100E8
Text Example
Text Example
White with #6100E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6100E8; }
p { color: rgb(97,0,232); }
H1.HeaderClassName
{
color: #6100E8;
}
.AnyTagClassName
{
color: #6100E8;
}
</style>
background-color css
<style>
a { background-color: #6100E8; }
a { background-color: rgb(97,0,232); }
div.DivClassName
{
background-color: #6100E8;
}
.BgClassName
{
background-color: #6100E8;
}
</style>
border-color css
<style>
span { border-color: #6100E8; }
span { border-color: rgb(97,0,232); }
td.TdClassName
{
border-color: #6100E8;
}
.TagClassName
{
border-color: #6100E8;
}
</style>