Shades of Electric Indigo #6D05EC
Tints of Electric Indigo #6D05EC
RGB
CMYK
RGB Variations
Color information
#6D05EC (or 0x6D05EC) is known color: Electric Indigo. HEX triplet: 6D, 05 and EC. RGB value is (109,5,236). Sum of RGB (Red+Green+Blue) = 109+5+236=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D05EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D05EC is #92FA13. Grayscale: #3D3D3D. Windows color (decimal): -9632276 or 15467885. OLE color: 15467885.
HSL color Cylindrical-coordinate representation of color #6D05EC: hue angle of 267.01º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D05EC is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 5 | 236 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.07 |
| HSL | 267.01º | 0.96% | 0.47% | - |
| HSV(B) | 267.01º | 0.98% | 0.93% | - |
| XYZ | 21.5 | 9.42 | 80.04 | - |
| YUV | 62.43 | 225.96 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 236 | 0.54 | 0.98 | 0 | 0.07 | 267.01 | 0.96 | 0.47 |
| Hex | 6D | 5 | EC | 36 | 62 | 0 | 7 | 10B | 60 | 2F |
| Octal | 155 | 5 | 354 | 66 | 142 | 0 | 7 | 413 | 140 | 57 |
| Binary | 1101101 | 101 | 11101100 | 110110 | 1100010 | 0 | 111 | 100001011 | 1100000 | 101111 |
Color Harmonies of #6D05EC
Complementary color
Monochromatic Colors of #6D05EC
Black with #6D05EC
Text Example
Text Example
White with #6D05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D05EC; }
p { color: rgb(109,5,236); }
H1.HeaderClassName
{
color: #6D05EC;
}
.AnyTagClassName
{
color: #6D05EC;
}
</style>
background-color css
<style>
a { background-color: #6D05EC; }
a { background-color: rgb(109,5,236); }
div.DivClassName
{
background-color: #6D05EC;
}
.BgClassName
{
background-color: #6D05EC;
}
</style>
border-color css
<style>
span { border-color: #6D05EC; }
span { border-color: rgb(109,5,236); }
td.TdClassName
{
border-color: #6D05EC;
}
.TagClassName
{
border-color: #6D05EC;
}
</style>