Shades of Electric Indigo #6A0BED
Tints of Electric Indigo #6A0BED
RGB
CMYK
RGB Variations
Color information
#6A0BED (or 0x6A0BED) is known color: Electric Indigo. HEX triplet: 6A, 0B and ED. RGB value is (106,11,237). Sum of RGB (Red+Green+Blue) = 106+11+237=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A0BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A0BED is #95F412. Grayscale: #404040. Windows color (decimal): -9827347 or 15534954. OLE color: 15534954.
HSL color Cylindrical-coordinate representation of color #6A0BED: hue angle of 265.22º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0BED is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 11 | 237 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.07 |
| HSL | 265.22º | 0.91% | 0.49% | - |
| HSV(B) | 265.22º | 0.95% | 0.93% | - |
| XYZ | 21.35 | 9.42 | 80.81 | - |
| YUV | 65.17 | 224.97 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 11 | 237 | 0.55 | 0.95 | 0 | 0.07 | 265.22 | 0.91 | 0.49 |
| Hex | 6A | B | ED | 37 | 5F | 0 | 7 | 109 | 5B | 31 |
| Octal | 152 | 13 | 355 | 67 | 137 | 0 | 7 | 411 | 133 | 61 |
| Binary | 1101010 | 1011 | 11101101 | 110111 | 1011111 | 0 | 111 | 100001001 | 1011011 | 110001 |
Color Harmonies of #6A0BED
Complementary color
Monochromatic Colors of #6A0BED
Black with #6A0BED
Text Example
Text Example
White with #6A0BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0BED; }
p { color: rgb(106,11,237); }
H1.HeaderClassName
{
color: #6A0BED;
}
.AnyTagClassName
{
color: #6A0BED;
}
</style>
background-color css
<style>
a { background-color: #6A0BED; }
a { background-color: rgb(106,11,237); }
div.DivClassName
{
background-color: #6A0BED;
}
.BgClassName
{
background-color: #6A0BED;
}
</style>
border-color css
<style>
span { border-color: #6A0BED; }
span { border-color: rgb(106,11,237); }
td.TdClassName
{
border-color: #6A0BED;
}
.TagClassName
{
border-color: #6A0BED;
}
</style>