Shades of Electric Indigo #6109E7
Tints of Electric Indigo #6109E7
RGB
CMYK
RGB Variations
Color information
#6109E7 (or 0x6109E7) is known color: Electric Indigo. HEX triplet: 61, 09 and E7. RGB value is (97,9,231). Sum of RGB (Red+Green+Blue) = 97+9+231=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 231 (90.62% from 255 or 68.55% from 337); Max value from RGB is 231 - color contains mainly: blue. Hex color #6109E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6109E7 is #9EF618. Grayscale: #3B3B3B. Windows color (decimal): -10417689 or 15141217. OLE color: 15141217.
HSL color Cylindrical-coordinate representation of color #6109E7: hue angle of 263.78º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6109E7 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 9 | 231 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.09 |
| HSL | 263.78º | 0.93% | 0.47% | - |
| HSV(B) | 263.78º | 0.96% | 0.91% | - |
| XYZ | 19.45 | 8.51 | 76.22 | - |
| YUV | 60.62 | 224.15 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 231 | 0.58 | 0.96 | 0 | 0.09 | 263.78 | 0.93 | 0.47 |
| Hex | 61 | 9 | E7 | 3A | 60 | 0 | 9 | 108 | 5C | 2F |
| Octal | 141 | 11 | 347 | 72 | 140 | 0 | 11 | 410 | 134 | 57 |
| Binary | 1100001 | 1001 | 11100111 | 111010 | 1100000 | 0 | 1001 | 100001000 | 1011100 | 101111 |
Color Harmonies of #6109E7
Complementary color
Monochromatic Colors of #6109E7
Black with #6109E7
Text Example
Text Example
White with #6109E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6109E7; }
p { color: rgb(97,9,231); }
H1.HeaderClassName
{
color: #6109E7;
}
.AnyTagClassName
{
color: #6109E7;
}
</style>
background-color css
<style>
a { background-color: #6109E7; }
a { background-color: rgb(97,9,231); }
div.DivClassName
{
background-color: #6109E7;
}
.BgClassName
{
background-color: #6109E7;
}
</style>
border-color css
<style>
span { border-color: #6109E7; }
span { border-color: rgb(97,9,231); }
td.TdClassName
{
border-color: #6109E7;
}
.TagClassName
{
border-color: #6109E7;
}
</style>