Shades of Electric Indigo #6104DB
Tints of Electric Indigo #6104DB
RGB
CMYK
RGB Variations
Color information
#6104DB (or 0x6104DB) is known color: Electric Indigo. HEX triplet: 61, 04 and DB. RGB value is (97,4,219). Sum of RGB (Red+Green+Blue) = 97+4+219=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #6104DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6104DB is #9EFB24. Grayscale: #373737. Windows color (decimal): -10418981 or 14353505. OLE color: 14353505.
HSL color Cylindrical-coordinate representation of color #6104DB: hue angle of 265.95º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6104DB is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 4 | 219 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.14 |
| HSL | 265.95º | 0.96% | 0.44% | - |
| HSV(B) | 265.95º | 0.98% | 0.86% | - |
| XYZ | 17.76 | 7.74 | 67.58 | - |
| YUV | 56.32 | 219.81 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 219 | 0.56 | 0.98 | 0 | 0.14 | 265.95 | 0.96 | 0.44 |
| Hex | 61 | 4 | DB | 38 | 62 | 0 | E | 10A | 60 | 2C |
| Octal | 141 | 4 | 333 | 70 | 142 | 0 | 16 | 412 | 140 | 54 |
| Binary | 1100001 | 100 | 11011011 | 111000 | 1100010 | 0 | 1110 | 100001010 | 1100000 | 101100 |
Color Harmonies of #6104DB
Complementary color
Monochromatic Colors of #6104DB
Black with #6104DB
Text Example
Text Example
White with #6104DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6104DB; }
p { color: rgb(97,4,219); }
H1.HeaderClassName
{
color: #6104DB;
}
.AnyTagClassName
{
color: #6104DB;
}
</style>
background-color css
<style>
a { background-color: #6104DB; }
a { background-color: rgb(97,4,219); }
div.DivClassName
{
background-color: #6104DB;
}
.BgClassName
{
background-color: #6104DB;
}
</style>
border-color css
<style>
span { border-color: #6104DB; }
span { border-color: rgb(97,4,219); }
td.TdClassName
{
border-color: #6104DB;
}
.TagClassName
{
border-color: #6104DB;
}
</style>