Shades of Electric Indigo #6B0BDC
Tints of Electric Indigo #6B0BDC
RGB
CMYK
RGB Variations
Color information
#6B0BDC (or 0x6B0BDC) is known color: Electric Indigo. HEX triplet: 6B, 0B and DC. RGB value is (107,11,220). Sum of RGB (Red+Green+Blue) = 107+11+220=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B0BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0BDC is #94F423. Grayscale: #3E3E3E. Windows color (decimal): -9761828 or 14420843. OLE color: 14420843.
HSL color Cylindrical-coordinate representation of color #6B0BDC: hue angle of 267.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0BDC is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 11 | 220 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.14 |
| HSL | 267.56º | 0.9% | 0.45% | - |
| HSV(B) | 267.56º | 0.95% | 0.86% | - |
| XYZ | 19.1 | 8.53 | 68.35 | - |
| YUV | 63.53 | 216.3 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 220 | 0.51 | 0.95 | 0 | 0.14 | 267.56 | 0.9 | 0.45 |
| Hex | 6B | B | DC | 33 | 5F | 0 | E | 10C | 5A | 2D |
| Octal | 153 | 13 | 334 | 63 | 137 | 0 | 16 | 414 | 132 | 55 |
| Binary | 1101011 | 1011 | 11011100 | 110011 | 1011111 | 0 | 1110 | 100001100 | 1011010 | 101101 |
Color Harmonies of #6B0BDC
Complementary color
Monochromatic Colors of #6B0BDC
Black with #6B0BDC
Text Example
Text Example
White with #6B0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0BDC; }
p { color: rgb(107,11,220); }
H1.HeaderClassName
{
color: #6B0BDC;
}
.AnyTagClassName
{
color: #6B0BDC;
}
</style>
background-color css
<style>
a { background-color: #6B0BDC; }
a { background-color: rgb(107,11,220); }
div.DivClassName
{
background-color: #6B0BDC;
}
.BgClassName
{
background-color: #6B0BDC;
}
</style>
border-color css
<style>
span { border-color: #6B0BDC; }
span { border-color: rgb(107,11,220); }
td.TdClassName
{
border-color: #6B0BDC;
}
.TagClassName
{
border-color: #6B0BDC;
}
</style>