Shades of Electric Indigo #6D05E5
Tints of Electric Indigo #6D05E5
RGB
CMYK
RGB Variations
Color information
#6D05E5 (or 0x6D05E5) is known color: Electric Indigo. HEX triplet: 6D, 05 and E5. RGB value is (109,5,229). Sum of RGB (Red+Green+Blue) = 109+5+229=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 229 (89.84% from 255 or 66.76% from 343); Max value from RGB is 229 - color contains mainly: blue. Hex color #6D05E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D05E5 is #92FA1A. Grayscale: #3C3C3C. Windows color (decimal): -9632283 or 15009133. OLE color: 15009133.
HSL color Cylindrical-coordinate representation of color #6D05E5: hue angle of 267.86º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D05E5 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 109 | 5 | 229 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.10 |
| HSL | 267.86º | 0.96% | 0.46% | - |
| HSV(B) | 267.86º | 0.98% | 0.9% | - |
| XYZ | 20.5 | 9.02 | 74.79 | - |
| YUV | 61.63 | 222.46 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 229 | 0.52 | 0.98 | 0 | 0.10 | 267.86 | 0.96 | 0.46 |
| Hex | 6D | 5 | E5 | 34 | 62 | 0 | A | 10C | 60 | 2E |
| Octal | 155 | 5 | 345 | 64 | 142 | 0 | 12 | 414 | 140 | 56 |
| Binary | 1101101 | 101 | 11100101 | 110100 | 1100010 | 0 | 1010 | 100001100 | 1100000 | 101110 |
Color Harmonies of #6D05E5
Complementary color
Monochromatic Colors of #6D05E5
Black with #6D05E5
Text Example
Text Example
White with #6D05E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D05E5; }
p { color: rgb(109,5,229); }
H1.HeaderClassName
{
color: #6D05E5;
}
.AnyTagClassName
{
color: #6D05E5;
}
</style>
background-color css
<style>
a { background-color: #6D05E5; }
a { background-color: rgb(109,5,229); }
div.DivClassName
{
background-color: #6D05E5;
}
.BgClassName
{
background-color: #6D05E5;
}
</style>
border-color css
<style>
span { border-color: #6D05E5; }
span { border-color: rgb(109,5,229); }
td.TdClassName
{
border-color: #6D05E5;
}
.TagClassName
{
border-color: #6D05E5;
}
</style>