Shades of Electric Indigo #6D0FEB
Tints of Electric Indigo #6D0FEB
RGB
CMYK
RGB Variations
Color information
#6D0FEB (or 0x6D0FEB) is known color: Electric Indigo. HEX triplet: 6D, 0F and EB. RGB value is (109,15,235). Sum of RGB (Red+Green+Blue) = 109+15+235=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D0FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0FEB is #92F014. Grayscale: #434343. Windows color (decimal): -9629717 or 15404909. OLE color: 15404909.
HSL color Cylindrical-coordinate representation of color #6D0FEB: hue angle of 265.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0FEB is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 15 | 235 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.08 |
| HSL | 265.64º | 0.88% | 0.49% | - |
| HSV(B) | 265.64º | 0.94% | 0.92% | - |
| XYZ | 21.47 | 9.59 | 79.32 | - |
| YUV | 68.19 | 222.14 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 15 | 235 | 0.54 | 0.94 | 0 | 0.08 | 265.64 | 0.88 | 0.49 |
| Hex | 6D | F | EB | 36 | 5E | 0 | 8 | 10A | 58 | 31 |
| Octal | 155 | 17 | 353 | 66 | 136 | 0 | 10 | 412 | 130 | 61 |
| Binary | 1101101 | 1111 | 11101011 | 110110 | 1011110 | 0 | 1000 | 100001010 | 1011000 | 110001 |
Color Harmonies of #6D0FEB
Complementary color
Monochromatic Colors of #6D0FEB
Black with #6D0FEB
Text Example
Text Example
White with #6D0FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0FEB; }
p { color: rgb(109,15,235); }
H1.HeaderClassName
{
color: #6D0FEB;
}
.AnyTagClassName
{
color: #6D0FEB;
}
</style>
background-color css
<style>
a { background-color: #6D0FEB; }
a { background-color: rgb(109,15,235); }
div.DivClassName
{
background-color: #6D0FEB;
}
.BgClassName
{
background-color: #6D0FEB;
}
</style>
border-color css
<style>
span { border-color: #6D0FEB; }
span { border-color: rgb(109,15,235); }
td.TdClassName
{
border-color: #6D0FEB;
}
.TagClassName
{
border-color: #6D0FEB;
}
</style>