Shades of Electric Indigo #6103D9
Tints of Electric Indigo #6103D9
RGB
CMYK
RGB Variations
Color information
#6103D9 (or 0x6103D9) is known color: Electric Indigo. HEX triplet: 61, 03 and D9. RGB value is (97,3,217). Sum of RGB (Red+Green+Blue) = 97+3+217=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 217 (85.16% from 255 or 68.45% from 317); Max value from RGB is 217 - color contains mainly: blue. Hex color #6103D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6103D9 is #9EFC26. Grayscale: #363636. Windows color (decimal): -10419239 or 14222177. OLE color: 14222177.
HSL color Cylindrical-coordinate representation of color #6103D9: hue angle of 266.36º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6103D9 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 3 | 217 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.15 |
| HSL | 266.36º | 0.97% | 0.43% | - |
| HSV(B) | 266.36º | 0.99% | 0.85% | - |
| XYZ | 17.49 | 7.62 | 66.19 | - |
| YUV | 55.5 | 219.14 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 217 | 0.55 | 0.99 | 0 | 0.15 | 266.36 | 0.97 | 0.43 |
| Hex | 61 | 3 | D9 | 37 | 63 | 0 | F | 10A | 61 | 2B |
| Octal | 141 | 3 | 331 | 67 | 143 | 0 | 17 | 412 | 141 | 53 |
| Binary | 1100001 | 11 | 11011001 | 110111 | 1100011 | 0 | 1111 | 100001010 | 1100001 | 101011 |
Color Harmonies of #6103D9
Complementary color
Monochromatic Colors of #6103D9
Black with #6103D9
Text Example
Text Example
White with #6103D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6103D9; }
p { color: rgb(97,3,217); }
H1.HeaderClassName
{
color: #6103D9;
}
.AnyTagClassName
{
color: #6103D9;
}
</style>
background-color css
<style>
a { background-color: #6103D9; }
a { background-color: rgb(97,3,217); }
div.DivClassName
{
background-color: #6103D9;
}
.BgClassName
{
background-color: #6103D9;
}
</style>
border-color css
<style>
span { border-color: #6103D9; }
span { border-color: rgb(97,3,217); }
td.TdClassName
{
border-color: #6103D9;
}
.TagClassName
{
border-color: #6103D9;
}
</style>