Shades of Electric Indigo #6109E6
Tints of Electric Indigo #6109E6
RGB
CMYK
RGB Variations
Color information
#6109E6 (or 0x6109E6) is known color: Electric Indigo. HEX triplet: 61, 09 and E6. RGB value is (97,9,230). Sum of RGB (Red+Green+Blue) = 97+9+230=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 230 (90.23% from 255 or 68.45% from 336); Max value from RGB is 230 - color contains mainly: blue. Hex color #6109E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6109E6 is #9EF619. Grayscale: #3B3B3B. Windows color (decimal): -10417690 or 15075681. OLE color: 15075681.
HSL color Cylindrical-coordinate representation of color #6109E6: hue angle of 263.89º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6109E6 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 9 | 230 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.10 |
| HSL | 263.89º | 0.92% | 0.47% | - |
| HSV(B) | 263.89º | 0.96% | 0.9% | - |
| XYZ | 19.31 | 8.45 | 75.48 | - |
| YUV | 60.51 | 223.65 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 230 | 0.58 | 0.96 | 0 | 0.10 | 263.89 | 0.92 | 0.47 |
| Hex | 61 | 9 | E6 | 3A | 60 | 0 | A | 108 | 5C | 2F |
| Octal | 141 | 11 | 346 | 72 | 140 | 0 | 12 | 410 | 134 | 57 |
| Binary | 1100001 | 1001 | 11100110 | 111010 | 1100000 | 0 | 1010 | 100001000 | 1011100 | 101111 |
Color Harmonies of #6109E6
Complementary color
Monochromatic Colors of #6109E6
Black with #6109E6
Text Example
Text Example
White with #6109E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6109E6; }
p { color: rgb(97,9,230); }
H1.HeaderClassName
{
color: #6109E6;
}
.AnyTagClassName
{
color: #6109E6;
}
</style>
background-color css
<style>
a { background-color: #6109E6; }
a { background-color: rgb(97,9,230); }
div.DivClassName
{
background-color: #6109E6;
}
.BgClassName
{
background-color: #6109E6;
}
</style>
border-color css
<style>
span { border-color: #6109E6; }
span { border-color: rgb(97,9,230); }
td.TdClassName
{
border-color: #6109E6;
}
.TagClassName
{
border-color: #6109E6;
}
</style>