Shades of Electric Indigo #6711DE
Tints of Electric Indigo #6711DE
RGB
CMYK
RGB Variations
Color information
#6711DE (or 0x6711DE) is known color: Electric Indigo. HEX triplet: 67, 11 and DE. RGB value is (103,17,222). Sum of RGB (Red+Green+Blue) = 103+17+222=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #6711DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6711DE is #98EE21. Grayscale: #414141. Windows color (decimal): -10022434 or 14553447. OLE color: 14553447.
HSL color Cylindrical-coordinate representation of color #6711DE: hue angle of 265.17º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6711DE is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 17 | 222 | - |
| CMYK | 0.54 | 0.92 | 0 | 0.13 |
| HSL | 265.17º | 0.86% | 0.47% | - |
| HSV(B) | 265.17º | 0.92% | 0.87% | - |
| XYZ | 18.98 | 8.56 | 69.76 | - |
| YUV | 66.08 | 215.99 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 222 | 0.54 | 0.92 | 0 | 0.13 | 265.17 | 0.86 | 0.47 |
| Hex | 67 | 11 | DE | 36 | 5C | 0 | D | 109 | 56 | 2F |
| Octal | 147 | 21 | 336 | 66 | 134 | 0 | 15 | 411 | 126 | 57 |
| Binary | 1100111 | 10001 | 11011110 | 110110 | 1011100 | 0 | 1101 | 100001001 | 1010110 | 101111 |
Color Harmonies of #6711DE
Complementary color
Monochromatic Colors of #6711DE
Black with #6711DE
Text Example
Text Example
White with #6711DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6711DE; }
p { color: rgb(103,17,222); }
H1.HeaderClassName
{
color: #6711DE;
}
.AnyTagClassName
{
color: #6711DE;
}
</style>
background-color css
<style>
a { background-color: #6711DE; }
a { background-color: rgb(103,17,222); }
div.DivClassName
{
background-color: #6711DE;
}
.BgClassName
{
background-color: #6711DE;
}
</style>
border-color css
<style>
span { border-color: #6711DE; }
span { border-color: rgb(103,17,222); }
td.TdClassName
{
border-color: #6711DE;
}
.TagClassName
{
border-color: #6711DE;
}
</style>