Shades of Electric Indigo #6D09DC
Tints of Electric Indigo #6D09DC
RGB
CMYK
RGB Variations
Color information
#6D09DC (or 0x6D09DC) is known color: Electric Indigo. HEX triplet: 6D, 09 and DC. RGB value is (109,9,220). Sum of RGB (Red+Green+Blue) = 109+9+220=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D09DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D09DC is #92F623. Grayscale: #3E3E3E. Windows color (decimal): -9631268 or 14420333. OLE color: 14420333.
HSL color Cylindrical-coordinate representation of color #6D09DC: hue angle of 268.44º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D09DC is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 9 | 220 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.14 |
| HSL | 268.44º | 0.92% | 0.45% | - |
| HSV(B) | 268.44º | 0.96% | 0.86% | - |
| XYZ | 19.32 | 8.61 | 68.35 | - |
| YUV | 62.95 | 216.63 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 220 | 0.50 | 0.96 | 0 | 0.14 | 268.44 | 0.92 | 0.45 |
| Hex | 6D | 9 | DC | 32 | 60 | 0 | E | 10C | 5C | 2D |
| Octal | 155 | 11 | 334 | 62 | 140 | 0 | 16 | 414 | 134 | 55 |
| Binary | 1101101 | 1001 | 11011100 | 110010 | 1100000 | 0 | 1110 | 100001100 | 1011100 | 101101 |
Color Harmonies of #6D09DC
Complementary color
Monochromatic Colors of #6D09DC
Black with #6D09DC
Text Example
Text Example
White with #6D09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D09DC; }
p { color: rgb(109,9,220); }
H1.HeaderClassName
{
color: #6D09DC;
}
.AnyTagClassName
{
color: #6D09DC;
}
</style>
background-color css
<style>
a { background-color: #6D09DC; }
a { background-color: rgb(109,9,220); }
div.DivClassName
{
background-color: #6D09DC;
}
.BgClassName
{
background-color: #6D09DC;
}
</style>
border-color css
<style>
span { border-color: #6D09DC; }
span { border-color: rgb(109,9,220); }
td.TdClassName
{
border-color: #6D09DC;
}
.TagClassName
{
border-color: #6D09DC;
}
</style>