Shades of Electric Indigo #6103ED
Tints of Electric Indigo #6103ED
RGB
CMYK
RGB Variations
Color information
#6103ED (or 0x6103ED) is known color: Electric Indigo. HEX triplet: 61, 03 and ED. RGB value is (97,3,237). Sum of RGB (Red+Green+Blue) = 97+3+237=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #6103ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6103ED is #9EFC12. Grayscale: #383838. Windows color (decimal): -10419219 or 15532897. OLE color: 15532897.
HSL color Cylindrical-coordinate representation of color #6103ED: hue angle of 264.1º 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 #6103ED is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 3 | 237 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.07 |
| HSL | 264.1º | 0.98% | 0.47% | - |
| HSV(B) | 264.1º | 0.99% | 0.93% | - |
| XYZ | 20.25 | 8.72 | 80.74 | - |
| YUV | 57.78 | 229.14 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 237 | 0.59 | 0.99 | 0 | 0.07 | 264.1 | 0.98 | 0.47 |
| Hex | 61 | 3 | ED | 3B | 63 | 0 | 7 | 108 | 62 | 2F |
| Octal | 141 | 3 | 355 | 73 | 143 | 0 | 7 | 410 | 142 | 57 |
| Binary | 1100001 | 11 | 11101101 | 111011 | 1100011 | 0 | 111 | 100001000 | 1100010 | 101111 |
Color Harmonies of #6103ED
Complementary color
Monochromatic Colors of #6103ED
Black with #6103ED
Text Example
Text Example
White with #6103ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6103ED; }
p { color: rgb(97,3,237); }
H1.HeaderClassName
{
color: #6103ED;
}
.AnyTagClassName
{
color: #6103ED;
}
</style>
background-color css
<style>
a { background-color: #6103ED; }
a { background-color: rgb(97,3,237); }
div.DivClassName
{
background-color: #6103ED;
}
.BgClassName
{
background-color: #6103ED;
}
</style>
border-color css
<style>
span { border-color: #6103ED; }
span { border-color: rgb(97,3,237); }
td.TdClassName
{
border-color: #6103ED;
}
.TagClassName
{
border-color: #6103ED;
}
</style>