Shades of Electric Indigo #6711E8
Tints of Electric Indigo #6711E8
RGB
CMYK
RGB Variations
Color information
#6711E8 (or 0x6711E8) is known color: Electric Indigo. HEX triplet: 67, 11 and E8. RGB value is (103,17,232). Sum of RGB (Red+Green+Blue) = 103+17+232=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 232 (91.02% from 255 or 65.91% from 352); Max value from RGB is 232 - color contains mainly: blue. Hex color #6711E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6711E8 is #98EE17. Grayscale: #424242. Windows color (decimal): -10022424 or 15208807. OLE color: 15208807.
HSL color Cylindrical-coordinate representation of color #6711E8: hue angle of 264º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6711E8 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 17 | 232 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.09 |
| HSL | 264º | 0.86% | 0.49% | - |
| HSV(B) | 264º | 0.93% | 0.91% | - |
| XYZ | 20.36 | 9.11 | 77.03 | - |
| YUV | 67.22 | 220.99 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 232 | 0.56 | 0.93 | 0 | 0.09 | 264 | 0.86 | 0.49 |
| Hex | 67 | 11 | E8 | 38 | 5D | 0 | 9 | 108 | 56 | 31 |
| Octal | 147 | 21 | 350 | 70 | 135 | 0 | 11 | 410 | 126 | 61 |
| Binary | 1100111 | 10001 | 11101000 | 111000 | 1011101 | 0 | 1001 | 100001000 | 1010110 | 110001 |
Color Harmonies of #6711E8
Complementary color
Monochromatic Colors of #6711E8
Black with #6711E8
Text Example
Text Example
White with #6711E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6711E8; }
p { color: rgb(103,17,232); }
H1.HeaderClassName
{
color: #6711E8;
}
.AnyTagClassName
{
color: #6711E8;
}
</style>
background-color css
<style>
a { background-color: #6711E8; }
a { background-color: rgb(103,17,232); }
div.DivClassName
{
background-color: #6711E8;
}
.BgClassName
{
background-color: #6711E8;
}
</style>
border-color css
<style>
span { border-color: #6711E8; }
span { border-color: rgb(103,17,232); }
td.TdClassName
{
border-color: #6711E8;
}
.TagClassName
{
border-color: #6711E8;
}
</style>