Shades of Electric Indigo #6D00EF
Tints of Electric Indigo #6D00EF
RGB
CMYK
RGB Variations
Color information
#6D00EF (or 0x6D00EF) is known color: Electric Indigo. HEX triplet: 6D, 00 and EF. RGB value is (109,0,239). Sum of RGB (Red+Green+Blue) = 109+0+239=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D00EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D00EF is #92FF10. Grayscale: #3A3A3A. Windows color (decimal): -9633553 or 15663213. OLE color: 15663213.
HSL color Cylindrical-coordinate representation of color #6D00EF: hue angle of 267.36º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D00EF is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 0 | 239 | - |
| CMYK | 0.54 | 1 | 0 | 0.06 |
| HSL | 267.36º | 1% | 0.47% | - |
| HSV(B) | 267.36º | 1% | 0.94% | - |
| XYZ | 21.89 | 9.48 | 82.34 | - |
| YUV | 59.84 | 229.11 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 239 | 0.54 | 1 | 0 | 0.06 | 267.36 | 1 | 0.47 |
| Hex | 6D | 0 | EF | 36 | 64 | 0 | 6 | 10B | 64 | 2F |
| Octal | 155 | 0 | 357 | 66 | 144 | 0 | 6 | 413 | 144 | 57 |
| Binary | 1101101 | 0 | 11101111 | 110110 | 1100100 | 0 | 110 | 100001011 | 1100100 | 101111 |
Color Harmonies of #6D00EF
Complementary color
Monochromatic Colors of #6D00EF
Black with #6D00EF
Text Example
Text Example
White with #6D00EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D00EF; }
p { color: rgb(109,0,239); }
H1.HeaderClassName
{
color: #6D00EF;
}
.AnyTagClassName
{
color: #6D00EF;
}
</style>
background-color css
<style>
a { background-color: #6D00EF; }
a { background-color: rgb(109,0,239); }
div.DivClassName
{
background-color: #6D00EF;
}
.BgClassName
{
background-color: #6D00EF;
}
</style>
border-color css
<style>
span { border-color: #6D00EF; }
span { border-color: rgb(109,0,239); }
td.TdClassName
{
border-color: #6D00EF;
}
.TagClassName
{
border-color: #6D00EF;
}
</style>