Shades of Electric Indigo #6104DC
Tints of Electric Indigo #6104DC
RGB
CMYK
RGB Variations
Color information
#6104DC (or 0x6104DC) is known color: Electric Indigo. HEX triplet: 61, 04 and DC. RGB value is (97,4,220). Sum of RGB (Red+Green+Blue) = 97+4+220=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #6104DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6104DC is #9EFB23. Grayscale: #373737. Windows color (decimal): -10418980 or 14419041. OLE color: 14419041.
HSL color Cylindrical-coordinate representation of color #6104DC: hue angle of 265.83º 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 #6104DC is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 4 | 220 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.14 |
| HSL | 265.83º | 0.96% | 0.44% | - |
| HSV(B) | 265.83º | 0.98% | 0.86% | - |
| XYZ | 17.89 | 7.8 | 68.27 | - |
| YUV | 56.43 | 220.31 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 220 | 0.56 | 0.98 | 0 | 0.14 | 265.83 | 0.96 | 0.44 |
| Hex | 61 | 4 | DC | 38 | 62 | 0 | E | 10A | 60 | 2C |
| Octal | 141 | 4 | 334 | 70 | 142 | 0 | 16 | 412 | 140 | 54 |
| Binary | 1100001 | 100 | 11011100 | 111000 | 1100010 | 0 | 1110 | 100001010 | 1100000 | 101100 |
Color Harmonies of #6104DC
Complementary color
Monochromatic Colors of #6104DC
Black with #6104DC
Text Example
Text Example
White with #6104DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6104DC; }
p { color: rgb(97,4,220); }
H1.HeaderClassName
{
color: #6104DC;
}
.AnyTagClassName
{
color: #6104DC;
}
</style>
background-color css
<style>
a { background-color: #6104DC; }
a { background-color: rgb(97,4,220); }
div.DivClassName
{
background-color: #6104DC;
}
.BgClassName
{
background-color: #6104DC;
}
</style>
border-color css
<style>
span { border-color: #6104DC; }
span { border-color: rgb(97,4,220); }
td.TdClassName
{
border-color: #6104DC;
}
.TagClassName
{
border-color: #6104DC;
}
</style>