Shades of Electric Indigo #6103DB
Tints of Electric Indigo #6103DB
RGB
CMYK
RGB Variations
Color information
#6103DB (or 0x6103DB) is known color: Electric Indigo. HEX triplet: 61, 03 and DB. RGB value is (97,3,219). Sum of RGB (Red+Green+Blue) = 97+3+219=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #6103DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6103DB is #9EFC24. Grayscale: #363636. Windows color (decimal): -10419237 or 14353249. OLE color: 14353249.
HSL color Cylindrical-coordinate representation of color #6103DB: hue angle of 266.11º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6103DB is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 3 | 219 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.14 |
| HSL | 266.11º | 0.97% | 0.44% | - |
| HSV(B) | 266.11º | 0.99% | 0.86% | - |
| XYZ | 17.75 | 7.72 | 67.57 | - |
| YUV | 55.73 | 220.14 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 219 | 0.56 | 0.99 | 0 | 0.14 | 266.11 | 0.97 | 0.44 |
| Hex | 61 | 3 | DB | 38 | 63 | 0 | E | 10A | 61 | 2C |
| Octal | 141 | 3 | 333 | 70 | 143 | 0 | 16 | 412 | 141 | 54 |
| Binary | 1100001 | 11 | 11011011 | 111000 | 1100011 | 0 | 1110 | 100001010 | 1100001 | 101100 |
Color Harmonies of #6103DB
Complementary color
Monochromatic Colors of #6103DB
Black with #6103DB
Text Example
Text Example
White with #6103DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6103DB; }
p { color: rgb(97,3,219); }
H1.HeaderClassName
{
color: #6103DB;
}
.AnyTagClassName
{
color: #6103DB;
}
</style>
background-color css
<style>
a { background-color: #6103DB; }
a { background-color: rgb(97,3,219); }
div.DivClassName
{
background-color: #6103DB;
}
.BgClassName
{
background-color: #6103DB;
}
</style>
border-color css
<style>
span { border-color: #6103DB; }
span { border-color: rgb(97,3,219); }
td.TdClassName
{
border-color: #6103DB;
}
.TagClassName
{
border-color: #6103DB;
}
</style>