Shades of Electric Indigo #6D05E0
Tints of Electric Indigo #6D05E0
RGB
CMYK
RGB Variations
Color information
#6D05E0 (or 0x6D05E0) is known color: Electric Indigo. HEX triplet: 6D, 05 and E0. RGB value is (109,5,224). Sum of RGB (Red+Green+Blue) = 109+5+224=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 224 (87.89% from 255 or 66.27% from 338); Max value from RGB is 224 - color contains mainly: blue. Hex color #6D05E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D05E0 is #92FA1F. Grayscale: #3C3C3C. Windows color (decimal): -9632288 or 14681453. OLE color: 14681453.
HSL color Cylindrical-coordinate representation of color #6D05E0: hue angle of 268.49º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D05E0 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 5 | 224 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.12 |
| HSL | 268.49º | 0.96% | 0.45% | - |
| HSV(B) | 268.49º | 0.98% | 0.88% | - |
| XYZ | 19.82 | 8.74 | 71.16 | - |
| YUV | 61.06 | 219.96 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 224 | 0.51 | 0.98 | 0 | 0.12 | 268.49 | 0.96 | 0.45 |
| Hex | 6D | 5 | E0 | 33 | 62 | 0 | C | 10C | 60 | 2D |
| Octal | 155 | 5 | 340 | 63 | 142 | 0 | 14 | 414 | 140 | 55 |
| Binary | 1101101 | 101 | 11100000 | 110011 | 1100010 | 0 | 1100 | 100001100 | 1100000 | 101101 |
Color Harmonies of #6D05E0
Complementary color
Monochromatic Colors of #6D05E0
Black with #6D05E0
Text Example
Text Example
White with #6D05E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D05E0; }
p { color: rgb(109,5,224); }
H1.HeaderClassName
{
color: #6D05E0;
}
.AnyTagClassName
{
color: #6D05E0;
}
</style>
background-color css
<style>
a { background-color: #6D05E0; }
a { background-color: rgb(109,5,224); }
div.DivClassName
{
background-color: #6D05E0;
}
.BgClassName
{
background-color: #6D05E0;
}
</style>
border-color css
<style>
span { border-color: #6D05E0; }
span { border-color: rgb(109,5,224); }
td.TdClassName
{
border-color: #6D05E0;
}
.TagClassName
{
border-color: #6D05E0;
}
</style>