Shades of Electric Indigo #6D00DE
Tints of Electric Indigo #6D00DE
RGB
CMYK
RGB Variations
Color information
#6D00DE (or 0x6D00DE) is known color: Electric Indigo. HEX triplet: 6D, 00 and DE. RGB value is (109,0,222). Sum of RGB (Red+Green+Blue) = 109+0+222=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D00DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D00DE is #92FF21. Grayscale: #393939. Windows color (decimal): -9633570 or 14549101. OLE color: 14549101.
HSL color Cylindrical-coordinate representation of color #6D00DE: hue angle of 269.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D00DE is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 0 | 222 | - |
| CMYK | 0.51 | 1 | 0 | 0.13 |
| HSL | 269.46º | 1% | 0.44% | - |
| HSV(B) | 269.46º | 1% | 0.87% | - |
| XYZ | 19.49 | 8.53 | 69.73 | - |
| YUV | 57.9 | 220.61 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 222 | 0.51 | 1 | 0 | 0.13 | 269.46 | 1 | 0.44 |
| Hex | 6D | 0 | DE | 33 | 64 | 0 | D | 10D | 64 | 2C |
| Octal | 155 | 0 | 336 | 63 | 144 | 0 | 15 | 415 | 144 | 54 |
| Binary | 1101101 | 0 | 11011110 | 110011 | 1100100 | 0 | 1101 | 100001101 | 1100100 | 101100 |
Color Harmonies of #6D00DE
Complementary color
Monochromatic Colors of #6D00DE
Black with #6D00DE
Text Example
Text Example
White with #6D00DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D00DE; }
p { color: rgb(109,0,222); }
H1.HeaderClassName
{
color: #6D00DE;
}
.AnyTagClassName
{
color: #6D00DE;
}
</style>
background-color css
<style>
a { background-color: #6D00DE; }
a { background-color: rgb(109,0,222); }
div.DivClassName
{
background-color: #6D00DE;
}
.BgClassName
{
background-color: #6D00DE;
}
</style>
border-color css
<style>
span { border-color: #6D00DE; }
span { border-color: rgb(109,0,222); }
td.TdClassName
{
border-color: #6D00DE;
}
.TagClassName
{
border-color: #6D00DE;
}
</style>