Shades of Electric Indigo #6B11EC
Tints of Electric Indigo #6B11EC
RGB
CMYK
RGB Variations
Color information
#6B11EC (or 0x6B11EC) is known color: Electric Indigo. HEX triplet: 6B, 11 and EC. RGB value is (107,17,236). Sum of RGB (Red+Green+Blue) = 107+17+236=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B11EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B11EC is #94EE13. Grayscale: #444444. Windows color (decimal): -9760276 or 15470955. OLE color: 15470955.
HSL color Cylindrical-coordinate representation of color #6B11EC: hue angle of 264.66º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B11EC is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 17 | 236 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.07 |
| HSL | 264.66º | 0.87% | 0.5% | - |
| HSV(B) | 264.66º | 0.93% | 0.93% | - |
| XYZ | 21.4 | 9.58 | 80.08 | - |
| YUV | 68.88 | 222.32 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 17 | 236 | 0.55 | 0.93 | 0 | 0.07 | 264.66 | 0.87 | 0.5 |
| Hex | 6B | 11 | EC | 37 | 5D | 0 | 7 | 109 | 57 | 32 |
| Octal | 153 | 21 | 354 | 67 | 135 | 0 | 7 | 411 | 127 | 62 |
| Binary | 1101011 | 10001 | 11101100 | 110111 | 1011101 | 0 | 111 | 100001001 | 1010111 | 110010 |
Color Harmonies of #6B11EC
Complementary color
Monochromatic Colors of #6B11EC
Black with #6B11EC
Text Example
Text Example
White with #6B11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B11EC; }
p { color: rgb(107,17,236); }
H1.HeaderClassName
{
color: #6B11EC;
}
.AnyTagClassName
{
color: #6B11EC;
}
</style>
background-color css
<style>
a { background-color: #6B11EC; }
a { background-color: rgb(107,17,236); }
div.DivClassName
{
background-color: #6B11EC;
}
.BgClassName
{
background-color: #6B11EC;
}
</style>
border-color css
<style>
span { border-color: #6B11EC; }
span { border-color: rgb(107,17,236); }
td.TdClassName
{
border-color: #6B11EC;
}
.TagClassName
{
border-color: #6B11EC;
}
</style>