Shades of Electric Indigo #6B0BE5
Tints of Electric Indigo #6B0BE5
RGB
CMYK
RGB Variations
Color information
#6B0BE5 (or 0x6B0BE5) is known color: Electric Indigo. HEX triplet: 6B, 0B and E5. RGB value is (107,11,229). Sum of RGB (Red+Green+Blue) = 107+11+229=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 229 (89.84% from 255 or 65.99% from 347); Max value from RGB is 229 - color contains mainly: blue. Hex color #6B0BE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0BE5 is #94F41A. Grayscale: #3F3F3F. Windows color (decimal): -9761819 or 15010667. OLE color: 15010667.
HSL color Cylindrical-coordinate representation of color #6B0BE5: hue angle of 266.42º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0BE5 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 11 | 229 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.10 |
| HSL | 266.42º | 0.91% | 0.47% | - |
| HSV(B) | 266.42º | 0.95% | 0.9% | - |
| XYZ | 20.33 | 9.02 | 74.8 | - |
| YUV | 64.56 | 220.8 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 229 | 0.53 | 0.95 | 0 | 0.10 | 266.42 | 0.91 | 0.47 |
| Hex | 6B | B | E5 | 35 | 5F | 0 | A | 10A | 5B | 2F |
| Octal | 153 | 13 | 345 | 65 | 137 | 0 | 12 | 412 | 133 | 57 |
| Binary | 1101011 | 1011 | 11100101 | 110101 | 1011111 | 0 | 1010 | 100001010 | 1011011 | 101111 |
Color Harmonies of #6B0BE5
Complementary color
Monochromatic Colors of #6B0BE5
Black with #6B0BE5
Text Example
Text Example
White with #6B0BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0BE5; }
p { color: rgb(107,11,229); }
H1.HeaderClassName
{
color: #6B0BE5;
}
.AnyTagClassName
{
color: #6B0BE5;
}
</style>
background-color css
<style>
a { background-color: #6B0BE5; }
a { background-color: rgb(107,11,229); }
div.DivClassName
{
background-color: #6B0BE5;
}
.BgClassName
{
background-color: #6B0BE5;
}
</style>
border-color css
<style>
span { border-color: #6B0BE5; }
span { border-color: rgb(107,11,229); }
td.TdClassName
{
border-color: #6B0BE5;
}
.TagClassName
{
border-color: #6B0BE5;
}
</style>