Shades of Electric Indigo #6D0BE7
Tints of Electric Indigo #6D0BE7
RGB
CMYK
RGB Variations
Color information
#6D0BE7 (or 0x6D0BE7) is known color: Electric Indigo. HEX triplet: 6D, 0B and E7. RGB value is (109,11,231). Sum of RGB (Red+Green+Blue) = 109+11+231=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 231 (90.62% from 255 or 65.81% from 351); Max value from RGB is 231 - color contains mainly: blue. Hex color #6D0BE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0BE7 is #92F418. Grayscale: #404040. Windows color (decimal): -9630745 or 15141741. OLE color: 15141741.
HSL color Cylindrical-coordinate representation of color #6D0BE7: hue angle of 266.73º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0BE7 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 11 | 231 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.09 |
| HSL | 266.73º | 0.91% | 0.47% | - |
| HSV(B) | 266.73º | 0.95% | 0.91% | - |
| XYZ | 20.85 | 9.26 | 76.29 | - |
| YUV | 65.38 | 221.47 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 231 | 0.53 | 0.95 | 0 | 0.09 | 266.73 | 0.91 | 0.47 |
| Hex | 6D | B | E7 | 35 | 5F | 0 | 9 | 10B | 5B | 2F |
| Octal | 155 | 13 | 347 | 65 | 137 | 0 | 11 | 413 | 133 | 57 |
| Binary | 1101101 | 1011 | 11100111 | 110101 | 1011111 | 0 | 1001 | 100001011 | 1011011 | 101111 |
Color Harmonies of #6D0BE7
Complementary color
Monochromatic Colors of #6D0BE7
Black with #6D0BE7
Text Example
Text Example
White with #6D0BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0BE7; }
p { color: rgb(109,11,231); }
H1.HeaderClassName
{
color: #6D0BE7;
}
.AnyTagClassName
{
color: #6D0BE7;
}
</style>
background-color css
<style>
a { background-color: #6D0BE7; }
a { background-color: rgb(109,11,231); }
div.DivClassName
{
background-color: #6D0BE7;
}
.BgClassName
{
background-color: #6D0BE7;
}
</style>
border-color css
<style>
span { border-color: #6D0BE7; }
span { border-color: rgb(109,11,231); }
td.TdClassName
{
border-color: #6D0BE7;
}
.TagClassName
{
border-color: #6D0BE7;
}
</style>