Shades of Electric Indigo #6B0BEC
Tints of Electric Indigo #6B0BEC
RGB
CMYK
RGB Variations
Color information
#6B0BEC (or 0x6B0BEC) is known color: Electric Indigo. HEX triplet: 6B, 0B and EC. RGB value is (107,11,236). Sum of RGB (Red+Green+Blue) = 107+11+236=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B0BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0BEC is #94F413. Grayscale: #404040. Windows color (decimal): -9761812 or 15469419. OLE color: 15469419.
HSL color Cylindrical-coordinate representation of color #6B0BEC: hue angle of 265.6º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0BEC is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 11 | 236 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.07 |
| HSL | 265.6º | 0.91% | 0.48% | - |
| HSV(B) | 265.6º | 0.95% | 0.93% | - |
| XYZ | 21.32 | 9.42 | 80.05 | - |
| YUV | 65.35 | 224.3 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 236 | 0.55 | 0.95 | 0 | 0.07 | 265.6 | 0.91 | 0.48 |
| Hex | 6B | B | EC | 37 | 5F | 0 | 7 | 10A | 5B | 30 |
| Octal | 153 | 13 | 354 | 67 | 137 | 0 | 7 | 412 | 133 | 60 |
| Binary | 1101011 | 1011 | 11101100 | 110111 | 1011111 | 0 | 111 | 100001010 | 1011011 | 110000 |
Color Harmonies of #6B0BEC
Complementary color
Monochromatic Colors of #6B0BEC
Black with #6B0BEC
Text Example
Text Example
White with #6B0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0BEC; }
p { color: rgb(107,11,236); }
H1.HeaderClassName
{
color: #6B0BEC;
}
.AnyTagClassName
{
color: #6B0BEC;
}
</style>
background-color css
<style>
a { background-color: #6B0BEC; }
a { background-color: rgb(107,11,236); }
div.DivClassName
{
background-color: #6B0BEC;
}
.BgClassName
{
background-color: #6B0BEC;
}
</style>
border-color css
<style>
span { border-color: #6B0BEC; }
span { border-color: rgb(107,11,236); }
td.TdClassName
{
border-color: #6B0BEC;
}
.TagClassName
{
border-color: #6B0BEC;
}
</style>