Shades of Electric Indigo #6C16EB
Tints of Electric Indigo #6C16EB
RGB
CMYK
RGB Variations
Color information
#6C16EB (or 0x6C16EB) is known color: Electric Indigo. HEX triplet: 6C, 16 and EB. RGB value is (108,22,235). Sum of RGB (Red+Green+Blue) = 108+22+235=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C16EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C16EB is #93E914. Grayscale: #474747. Windows color (decimal): -9693461 or 15406700. OLE color: 15406700.
HSL color Cylindrical-coordinate representation of color #6C16EB: hue angle of 264.23º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C16EB is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 22 | 235 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.08 |
| HSL | 264.23º | 0.84% | 0.5% | - |
| HSV(B) | 264.23º | 0.91% | 0.92% | - |
| XYZ | 21.47 | 9.76 | 79.35 | - |
| YUV | 72 | 219.99 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 22 | 235 | 0.54 | 0.91 | 0 | 0.08 | 264.23 | 0.84 | 0.5 |
| Hex | 6C | 16 | EB | 36 | 5B | 0 | 8 | 108 | 54 | 32 |
| Octal | 154 | 26 | 353 | 66 | 133 | 0 | 10 | 410 | 124 | 62 |
| Binary | 1101100 | 10110 | 11101011 | 110110 | 1011011 | 0 | 1000 | 100001000 | 1010100 | 110010 |
Color Harmonies of #6C16EB
Complementary color
Monochromatic Colors of #6C16EB
Black with #6C16EB
Text Example
Text Example
White with #6C16EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C16EB; }
p { color: rgb(108,22,235); }
H1.HeaderClassName
{
color: #6C16EB;
}
.AnyTagClassName
{
color: #6C16EB;
}
</style>
background-color css
<style>
a { background-color: #6C16EB; }
a { background-color: rgb(108,22,235); }
div.DivClassName
{
background-color: #6C16EB;
}
.BgClassName
{
background-color: #6C16EB;
}
</style>
border-color css
<style>
span { border-color: #6C16EB; }
span { border-color: rgb(108,22,235); }
td.TdClassName
{
border-color: #6C16EB;
}
.TagClassName
{
border-color: #6C16EB;
}
</style>