Shades of Electric Indigo #6A0CEB
Tints of Electric Indigo #6A0CEB
RGB
CMYK
RGB Variations
Color information
#6A0CEB (or 0x6A0CEB) is known color: Electric Indigo. HEX triplet: 6A, 0C and EB. RGB value is (106,12,235). Sum of RGB (Red+Green+Blue) = 106+12+235=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A0CEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0CEB is #95F314. Grayscale: #404040. Windows color (decimal): -9827093 or 15404138. OLE color: 15404138.
HSL color Cylindrical-coordinate representation of color #6A0CEB: hue angle of 265.29º degrees, saturation: 0.9, 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 #6A0CEB is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 12 | 235 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.08 |
| HSL | 265.29º | 0.9% | 0.48% | - |
| HSV(B) | 265.29º | 0.95% | 0.92% | - |
| XYZ | 21.07 | 9.33 | 79.29 | - |
| YUV | 65.53 | 223.64 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 12 | 235 | 0.55 | 0.95 | 0 | 0.08 | 265.29 | 0.9 | 0.48 |
| Hex | 6A | C | EB | 37 | 5F | 0 | 8 | 109 | 5A | 30 |
| Octal | 152 | 14 | 353 | 67 | 137 | 0 | 10 | 411 | 132 | 60 |
| Binary | 1101010 | 1100 | 11101011 | 110111 | 1011111 | 0 | 1000 | 100001001 | 1011010 | 110000 |
Color Harmonies of #6A0CEB
Complementary color
Monochromatic Colors of #6A0CEB
Black with #6A0CEB
Text Example
Text Example
White with #6A0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0CEB; }
p { color: rgb(106,12,235); }
H1.HeaderClassName
{
color: #6A0CEB;
}
.AnyTagClassName
{
color: #6A0CEB;
}
</style>
background-color css
<style>
a { background-color: #6A0CEB; }
a { background-color: rgb(106,12,235); }
div.DivClassName
{
background-color: #6A0CEB;
}
.BgClassName
{
background-color: #6A0CEB;
}
</style>
border-color css
<style>
span { border-color: #6A0CEB; }
span { border-color: rgb(106,12,235); }
td.TdClassName
{
border-color: #6A0CEB;
}
.TagClassName
{
border-color: #6A0CEB;
}
</style>