Shades of Electric Indigo #6D0FE9
Tints of Electric Indigo #6D0FE9
RGB
CMYK
RGB Variations
Color information
#6D0FE9 (or 0x6D0FE9) is known color: Electric Indigo. HEX triplet: 6D, 0F and E9. RGB value is (109,15,233). Sum of RGB (Red+Green+Blue) = 109+15+233=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 233 (91.41% from 255 or 65.27% from 357); Max value from RGB is 233 - color contains mainly: blue. Hex color #6D0FE9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0FE9 is #92F016. Grayscale: #434343. Windows color (decimal): -9629719 or 15273837. OLE color: 15273837.
HSL color Cylindrical-coordinate representation of color #6D0FE9: hue angle of 265.87º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0FE9 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 15 | 233 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.09 |
| HSL | 265.87º | 0.88% | 0.49% | - |
| HSV(B) | 265.87º | 0.94% | 0.91% | - |
| XYZ | 21.19 | 9.48 | 77.8 | - |
| YUV | 67.96 | 221.14 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 15 | 233 | 0.53 | 0.94 | 0 | 0.09 | 265.87 | 0.88 | 0.49 |
| Hex | 6D | F | E9 | 35 | 5E | 0 | 9 | 10A | 58 | 31 |
| Octal | 155 | 17 | 351 | 65 | 136 | 0 | 11 | 412 | 130 | 61 |
| Binary | 1101101 | 1111 | 11101001 | 110101 | 1011110 | 0 | 1001 | 100001010 | 1011000 | 110001 |
Color Harmonies of #6D0FE9
Complementary color
Monochromatic Colors of #6D0FE9
Black with #6D0FE9
Text Example
Text Example
White with #6D0FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0FE9; }
p { color: rgb(109,15,233); }
H1.HeaderClassName
{
color: #6D0FE9;
}
.AnyTagClassName
{
color: #6D0FE9;
}
</style>
background-color css
<style>
a { background-color: #6D0FE9; }
a { background-color: rgb(109,15,233); }
div.DivClassName
{
background-color: #6D0FE9;
}
.BgClassName
{
background-color: #6D0FE9;
}
</style>
border-color css
<style>
span { border-color: #6D0FE9; }
span { border-color: rgb(109,15,233); }
td.TdClassName
{
border-color: #6D0FE9;
}
.TagClassName
{
border-color: #6D0FE9;
}
</style>