Shades of Electric Indigo #6104F2
Tints of Electric Indigo #6104F2
RGB
CMYK
RGB Variations
Color information
#6104F2 (or 0x6104F2) is known color: Electric Indigo. HEX triplet: 61, 04 and F2. RGB value is (97,4,242). Sum of RGB (Red+Green+Blue) = 97+4+242=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 242 (94.92% from 255 or 70.55% from 343); Max value from RGB is 242 - color contains mainly: blue. Hex color #6104F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6104F2 is #9EFB0D. Grayscale: #3A3A3A. Windows color (decimal): -10418958 or 15860833. OLE color: 15860833.
HSL color Cylindrical-coordinate representation of color #6104F2: hue angle of 263.45º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6104F2 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 4 | 242 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.05 |
| HSL | 263.45º | 0.97% | 0.48% | - |
| HSV(B) | 263.45º | 0.98% | 0.95% | - |
| XYZ | 21 | 9.04 | 84.64 | - |
| YUV | 58.94 | 231.31 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 242 | 0.60 | 0.98 | 0 | 0.05 | 263.45 | 0.97 | 0.48 |
| Hex | 61 | 4 | F2 | 3C | 62 | 0 | 5 | 107 | 61 | 30 |
| Octal | 141 | 4 | 362 | 74 | 142 | 0 | 5 | 407 | 141 | 60 |
| Binary | 1100001 | 100 | 11110010 | 111100 | 1100010 | 0 | 101 | 100000111 | 1100001 | 110000 |
Color Harmonies of #6104F2
Complementary color
Monochromatic Colors of #6104F2
Black with #6104F2
Text Example
Text Example
White with #6104F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6104F2; }
p { color: rgb(97,4,242); }
H1.HeaderClassName
{
color: #6104F2;
}
.AnyTagClassName
{
color: #6104F2;
}
</style>
background-color css
<style>
a { background-color: #6104F2; }
a { background-color: rgb(97,4,242); }
div.DivClassName
{
background-color: #6104F2;
}
.BgClassName
{
background-color: #6104F2;
}
</style>
border-color css
<style>
span { border-color: #6104F2; }
span { border-color: rgb(97,4,242); }
td.TdClassName
{
border-color: #6104F2;
}
.TagClassName
{
border-color: #6104F2;
}
</style>