Shades of Electric Indigo #6104F0
Tints of Electric Indigo #6104F0
RGB
CMYK
RGB Variations
Color information
#6104F0 (or 0x6104F0) is known color: Electric Indigo. HEX triplet: 61, 04 and F0. RGB value is (97,4,240). Sum of RGB (Red+Green+Blue) = 97+4+240=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 240 (94.14% from 255 or 70.38% from 341); Max value from RGB is 240 - color contains mainly: blue. Hex color #6104F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6104F0 is #9EFB0F. Grayscale: #393939. Windows color (decimal): -10418960 or 15729761. OLE color: 15729761.
HSL color Cylindrical-coordinate representation of color #6104F0: hue angle of 263.64º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6104F0 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 4 | 240 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.06 |
| HSL | 263.64º | 0.97% | 0.48% | - |
| HSV(B) | 263.64º | 0.98% | 0.94% | - |
| XYZ | 20.7 | 8.92 | 83.07 | - |
| YUV | 58.71 | 230.31 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 240 | 0.60 | 0.98 | 0 | 0.06 | 263.64 | 0.97 | 0.48 |
| Hex | 61 | 4 | F0 | 3C | 62 | 0 | 6 | 108 | 61 | 30 |
| Octal | 141 | 4 | 360 | 74 | 142 | 0 | 6 | 410 | 141 | 60 |
| Binary | 1100001 | 100 | 11110000 | 111100 | 1100010 | 0 | 110 | 100001000 | 1100001 | 110000 |
Color Harmonies of #6104F0
Complementary color
Monochromatic Colors of #6104F0
Black with #6104F0
Text Example
Text Example
White with #6104F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6104F0; }
p { color: rgb(97,4,240); }
H1.HeaderClassName
{
color: #6104F0;
}
.AnyTagClassName
{
color: #6104F0;
}
</style>
background-color css
<style>
a { background-color: #6104F0; }
a { background-color: rgb(97,4,240); }
div.DivClassName
{
background-color: #6104F0;
}
.BgClassName
{
background-color: #6104F0;
}
</style>
border-color css
<style>
span { border-color: #6104F0; }
span { border-color: rgb(97,4,240); }
td.TdClassName
{
border-color: #6104F0;
}
.TagClassName
{
border-color: #6104F0;
}
</style>