Shades of Electric Indigo #6B05E2
Tints of Electric Indigo #6B05E2
RGB
CMYK
RGB Variations
Color information
#6B05E2 (or 0x6B05E2) is known color: Electric Indigo. HEX triplet: 6B, 05 and E2. RGB value is (107,5,226). Sum of RGB (Red+Green+Blue) = 107+5+226=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 226 (88.67% from 255 or 66.86% from 338); Max value from RGB is 226 - color contains mainly: blue. Hex color #6B05E2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B05E2 is #94FA1D. Grayscale: #3B3B3B. Windows color (decimal): -9763358 or 14812523. OLE color: 14812523.
HSL color Cylindrical-coordinate representation of color #6B05E2: hue angle of 267.69º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B05E2 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 5 | 226 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.11 |
| HSL | 267.69º | 0.96% | 0.45% | - |
| HSV(B) | 267.69º | 0.98% | 0.89% | - |
| XYZ | 19.85 | 8.73 | 72.59 | - |
| YUV | 60.69 | 221.29 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 226 | 0.53 | 0.98 | 0 | 0.11 | 267.69 | 0.96 | 0.45 |
| Hex | 6B | 5 | E2 | 35 | 62 | 0 | B | 10C | 60 | 2D |
| Octal | 153 | 5 | 342 | 65 | 142 | 0 | 13 | 414 | 140 | 55 |
| Binary | 1101011 | 101 | 11100010 | 110101 | 1100010 | 0 | 1011 | 100001100 | 1100000 | 101101 |
Color Harmonies of #6B05E2
Complementary color
Monochromatic Colors of #6B05E2
Black with #6B05E2
Text Example
Text Example
White with #6B05E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B05E2; }
p { color: rgb(107,5,226); }
H1.HeaderClassName
{
color: #6B05E2;
}
.AnyTagClassName
{
color: #6B05E2;
}
</style>
background-color css
<style>
a { background-color: #6B05E2; }
a { background-color: rgb(107,5,226); }
div.DivClassName
{
background-color: #6B05E2;
}
.BgClassName
{
background-color: #6B05E2;
}
</style>
border-color css
<style>
span { border-color: #6B05E2; }
span { border-color: rgb(107,5,226); }
td.TdClassName
{
border-color: #6B05E2;
}
.TagClassName
{
border-color: #6B05E2;
}
</style>