Shades of Electric Indigo #6C0BEB
Tints of Electric Indigo #6C0BEB
RGB
CMYK
RGB Variations
Color information
#6C0BEB (or 0x6C0BEB) is known color: Electric Indigo. HEX triplet: 6C, 0B and EB. RGB value is (108,11,235). Sum of RGB (Red+Green+Blue) = 108+11+235=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C0BEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0BEB is #93F414. Grayscale: #404040. Windows color (decimal): -9696277 or 15403884. OLE color: 15403884.
HSL color Cylindrical-coordinate representation of color #6C0BEB: hue angle of 265.98º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0BEB is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 11 | 235 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.08 |
| HSL | 265.98º | 0.91% | 0.48% | - |
| HSV(B) | 265.98º | 0.95% | 0.92% | - |
| XYZ | 21.3 | 9.43 | 79.29 | - |
| YUV | 65.54 | 223.64 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 235 | 0.54 | 0.95 | 0 | 0.08 | 265.98 | 0.91 | 0.48 |
| Hex | 6C | B | EB | 36 | 5F | 0 | 8 | 10A | 5B | 30 |
| Octal | 154 | 13 | 353 | 66 | 137 | 0 | 10 | 412 | 133 | 60 |
| Binary | 1101100 | 1011 | 11101011 | 110110 | 1011111 | 0 | 1000 | 100001010 | 1011011 | 110000 |
Color Harmonies of #6C0BEB
Complementary color
Monochromatic Colors of #6C0BEB
Black with #6C0BEB
Text Example
Text Example
White with #6C0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0BEB; }
p { color: rgb(108,11,235); }
H1.HeaderClassName
{
color: #6C0BEB;
}
.AnyTagClassName
{
color: #6C0BEB;
}
</style>
background-color css
<style>
a { background-color: #6C0BEB; }
a { background-color: rgb(108,11,235); }
div.DivClassName
{
background-color: #6C0BEB;
}
.BgClassName
{
background-color: #6C0BEB;
}
</style>
border-color css
<style>
span { border-color: #6C0BEB; }
span { border-color: rgb(108,11,235); }
td.TdClassName
{
border-color: #6C0BEB;
}
.TagClassName
{
border-color: #6C0BEB;
}
</style>