Shades of Electric Indigo #6105EC
Tints of Electric Indigo #6105EC
RGB
CMYK
RGB Variations
Color information
#6105EC (or 0x6105EC) is known color: Electric Indigo. HEX triplet: 61, 05 and EC. RGB value is (97,5,236). Sum of RGB (Red+Green+Blue) = 97+5+236=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #6105EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6105EC is #9EFA13. Grayscale: #3A3A3A. Windows color (decimal): -10418708 or 15467873. OLE color: 15467873.
HSL color Cylindrical-coordinate representation of color #6105EC: hue angle of 263.9º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6105EC is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 5 | 236 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.07 |
| HSL | 263.9º | 0.96% | 0.47% | - |
| HSV(B) | 263.9º | 0.98% | 0.93% | - |
| XYZ | 20.12 | 8.71 | 79.98 | - |
| YUV | 58.84 | 227.98 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 236 | 0.59 | 0.98 | 0 | 0.07 | 263.9 | 0.96 | 0.47 |
| Hex | 61 | 5 | EC | 3B | 62 | 0 | 7 | 108 | 60 | 2F |
| Octal | 141 | 5 | 354 | 73 | 142 | 0 | 7 | 410 | 140 | 57 |
| Binary | 1100001 | 101 | 11101100 | 111011 | 1100010 | 0 | 111 | 100001000 | 1100000 | 101111 |
Color Harmonies of #6105EC
Complementary color
Monochromatic Colors of #6105EC
Black with #6105EC
Text Example
Text Example
White with #6105EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6105EC; }
p { color: rgb(97,5,236); }
H1.HeaderClassName
{
color: #6105EC;
}
.AnyTagClassName
{
color: #6105EC;
}
</style>
background-color css
<style>
a { background-color: #6105EC; }
a { background-color: rgb(97,5,236); }
div.DivClassName
{
background-color: #6105EC;
}
.BgClassName
{
background-color: #6105EC;
}
</style>
border-color css
<style>
span { border-color: #6105EC; }
span { border-color: rgb(97,5,236); }
td.TdClassName
{
border-color: #6105EC;
}
.TagClassName
{
border-color: #6105EC;
}
</style>