Shades of Electric Indigo #6102ED
Tints of Electric Indigo #6102ED
RGB
CMYK
RGB Variations
Color information
#6102ED (or 0x6102ED) is known color: Electric Indigo. HEX triplet: 61, 02 and ED. RGB value is (97,2,237). Sum of RGB (Red+Green+Blue) = 97+2+237=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #6102ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6102ED is #9EFD12. Grayscale: #383838. Windows color (decimal): -10419475 or 15532641. OLE color: 15532641.
HSL color Cylindrical-coordinate representation of color #6102ED: hue angle of 264.26º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102ED is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 2 | 237 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.07 |
| HSL | 264.26º | 0.98% | 0.47% | - |
| HSV(B) | 264.26º | 0.99% | 0.93% | - |
| XYZ | 20.24 | 8.7 | 80.73 | - |
| YUV | 57.2 | 229.47 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 237 | 0.59 | 0.99 | 0 | 0.07 | 264.26 | 0.98 | 0.47 |
| Hex | 61 | 2 | ED | 3B | 63 | 0 | 7 | 108 | 62 | 2F |
| Octal | 141 | 2 | 355 | 73 | 143 | 0 | 7 | 410 | 142 | 57 |
| Binary | 1100001 | 10 | 11101101 | 111011 | 1100011 | 0 | 111 | 100001000 | 1100010 | 101111 |
Color Harmonies of #6102ED
Complementary color
Monochromatic Colors of #6102ED
Black with #6102ED
Text Example
Text Example
White with #6102ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6102ED; }
p { color: rgb(97,2,237); }
H1.HeaderClassName
{
color: #6102ED;
}
.AnyTagClassName
{
color: #6102ED;
}
</style>
background-color css
<style>
a { background-color: #6102ED; }
a { background-color: rgb(97,2,237); }
div.DivClassName
{
background-color: #6102ED;
}
.BgClassName
{
background-color: #6102ED;
}
</style>
border-color css
<style>
span { border-color: #6102ED; }
span { border-color: rgb(97,2,237); }
td.TdClassName
{
border-color: #6102ED;
}
.TagClassName
{
border-color: #6102ED;
}
</style>