Shades of Electric Indigo #6D10E7
Tints of Electric Indigo #6D10E7
RGB
CMYK
RGB Variations
Color information
#6D10E7 (or 0x6D10E7) is known color: Electric Indigo. HEX triplet: 6D, 10 and E7. RGB value is (109,16,231). Sum of RGB (Red+Green+Blue) = 109+16+231=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 231 (90.62% from 255 or 64.89% from 356); Max value from RGB is 231 - color contains mainly: blue. Hex color #6D10E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D10E7 is #92EF18. Grayscale: #434343. Windows color (decimal): -9629465 or 15143021. OLE color: 15143021.
HSL color Cylindrical-coordinate representation of color #6D10E7: hue angle of 265.95º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D10E7 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 16 | 231 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.09 |
| HSL | 265.95º | 0.87% | 0.48% | - |
| HSV(B) | 265.95º | 0.93% | 0.91% | - |
| XYZ | 20.92 | 9.39 | 76.31 | - |
| YUV | 68.32 | 219.81 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 231 | 0.53 | 0.93 | 0 | 0.09 | 265.95 | 0.87 | 0.48 |
| Hex | 6D | 10 | E7 | 35 | 5D | 0 | 9 | 10A | 57 | 30 |
| Octal | 155 | 20 | 347 | 65 | 135 | 0 | 11 | 412 | 127 | 60 |
| Binary | 1101101 | 10000 | 11100111 | 110101 | 1011101 | 0 | 1001 | 100001010 | 1010111 | 110000 |
Color Harmonies of #6D10E7
Complementary color
Monochromatic Colors of #6D10E7
Black with #6D10E7
Text Example
Text Example
White with #6D10E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D10E7; }
p { color: rgb(109,16,231); }
H1.HeaderClassName
{
color: #6D10E7;
}
.AnyTagClassName
{
color: #6D10E7;
}
</style>
background-color css
<style>
a { background-color: #6D10E7; }
a { background-color: rgb(109,16,231); }
div.DivClassName
{
background-color: #6D10E7;
}
.BgClassName
{
background-color: #6D10E7;
}
</style>
border-color css
<style>
span { border-color: #6D10E7; }
span { border-color: rgb(109,16,231); }
td.TdClassName
{
border-color: #6D10E7;
}
.TagClassName
{
border-color: #6D10E7;
}
</style>