Shades of Electric Indigo #6A10ED
Tints of Electric Indigo #6A10ED
RGB
CMYK
RGB Variations
Color information
#6A10ED (or 0x6A10ED) is known color: Electric Indigo. HEX triplet: 6A, 10 and ED. RGB value is (106,16,237). Sum of RGB (Red+Green+Blue) = 106+16+237=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A10ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6A10ED is #95EF12. Grayscale: #434343. Windows color (decimal): -9826067 or 15536234. OLE color: 15536234.
HSL color Cylindrical-coordinate representation of color #6A10ED: hue angle of 264.43º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A10ED is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 16 | 237 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.07 |
| HSL | 264.43º | 0.87% | 0.5% | - |
| HSV(B) | 264.43º | 0.93% | 0.93% | - |
| XYZ | 21.42 | 9.55 | 80.84 | - |
| YUV | 68.1 | 223.32 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 16 | 237 | 0.55 | 0.93 | 0 | 0.07 | 264.43 | 0.87 | 0.5 |
| Hex | 6A | 10 | ED | 37 | 5D | 0 | 7 | 108 | 57 | 32 |
| Octal | 152 | 20 | 355 | 67 | 135 | 0 | 7 | 410 | 127 | 62 |
| Binary | 1101010 | 10000 | 11101101 | 110111 | 1011101 | 0 | 111 | 100001000 | 1010111 | 110010 |
Color Harmonies of #6A10ED
Complementary color
Monochromatic Colors of #6A10ED
Black with #6A10ED
Text Example
Text Example
White with #6A10ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A10ED; }
p { color: rgb(106,16,237); }
H1.HeaderClassName
{
color: #6A10ED;
}
.AnyTagClassName
{
color: #6A10ED;
}
</style>
background-color css
<style>
a { background-color: #6A10ED; }
a { background-color: rgb(106,16,237); }
div.DivClassName
{
background-color: #6A10ED;
}
.BgClassName
{
background-color: #6A10ED;
}
</style>
border-color css
<style>
span { border-color: #6A10ED; }
span { border-color: rgb(106,16,237); }
td.TdClassName
{
border-color: #6A10ED;
}
.TagClassName
{
border-color: #6A10ED;
}
</style>