Shades of Electric Indigo #6108E5
Tints of Electric Indigo #6108E5
RGB
CMYK
RGB Variations
Color information
#6108E5 (or 0x6108E5) is known color: Electric Indigo. HEX triplet: 61, 08 and E5. RGB value is (97,8,229). Sum of RGB (Red+Green+Blue) = 97+8+229=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 229 (89.84% from 255 or 68.56% from 334); Max value from RGB is 229 - color contains mainly: blue. Hex color #6108E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6108E5 is #9EF71A. Grayscale: #3B3B3B. Windows color (decimal): -10417947 or 15009889. OLE color: 15009889.
HSL color Cylindrical-coordinate representation of color #6108E5: hue angle of 264.16º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6108E5 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 8 | 229 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.10 |
| HSL | 264.16º | 0.93% | 0.46% | - |
| HSV(B) | 264.16º | 0.97% | 0.9% | - |
| XYZ | 19.16 | 8.37 | 74.73 | - |
| YUV | 59.81 | 223.49 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 229 | 0.58 | 0.97 | 0 | 0.10 | 264.16 | 0.93 | 0.46 |
| Hex | 61 | 8 | E5 | 3A | 61 | 0 | A | 108 | 5D | 2E |
| Octal | 141 | 10 | 345 | 72 | 141 | 0 | 12 | 410 | 135 | 56 |
| Binary | 1100001 | 1000 | 11100101 | 111010 | 1100001 | 0 | 1010 | 100001000 | 1011101 | 101110 |
Color Harmonies of #6108E5
Complementary color
Monochromatic Colors of #6108E5
Black with #6108E5
Text Example
Text Example
White with #6108E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6108E5; }
p { color: rgb(97,8,229); }
H1.HeaderClassName
{
color: #6108E5;
}
.AnyTagClassName
{
color: #6108E5;
}
</style>
background-color css
<style>
a { background-color: #6108E5; }
a { background-color: rgb(97,8,229); }
div.DivClassName
{
background-color: #6108E5;
}
.BgClassName
{
background-color: #6108E5;
}
</style>
border-color css
<style>
span { border-color: #6108E5; }
span { border-color: rgb(97,8,229); }
td.TdClassName
{
border-color: #6108E5;
}
.TagClassName
{
border-color: #6108E5;
}
</style>