Shades of Electric Indigo #6102F0
Tints of Electric Indigo #6102F0
RGB
CMYK
RGB Variations
Color information
#6102F0 (or 0x6102F0) is known color: Electric Indigo. HEX triplet: 61, 02 and F0. RGB value is (97,2,240). Sum of RGB (Red+Green+Blue) = 97+2+240=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 240 (94.14% from 255 or 70.80% from 339); Max value from RGB is 240 - color contains mainly: blue. Hex color #6102F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6102F0 is #9EFD0F. Grayscale: #383838. Windows color (decimal): -10419472 or 15729249. OLE color: 15729249.
HSL color Cylindrical-coordinate representation of color #6102F0: hue angle of 263.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102F0 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 2 | 240 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.06 |
| HSL | 263.95º | 0.98% | 0.47% | - |
| HSV(B) | 263.95º | 0.99% | 0.94% | - |
| XYZ | 20.68 | 8.88 | 83.06 | - |
| YUV | 57.54 | 230.97 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 240 | 0.60 | 0.99 | 0 | 0.06 | 263.95 | 0.98 | 0.47 |
| Hex | 61 | 2 | F0 | 3C | 63 | 0 | 6 | 108 | 62 | 2F |
| Octal | 141 | 2 | 360 | 74 | 143 | 0 | 6 | 410 | 142 | 57 |
| Binary | 1100001 | 10 | 11110000 | 111100 | 1100011 | 0 | 110 | 100001000 | 1100010 | 101111 |
Color Harmonies of #6102F0
Complementary color
Monochromatic Colors of #6102F0
Black with #6102F0
Text Example
Text Example
White with #6102F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6102F0; }
p { color: rgb(97,2,240); }
H1.HeaderClassName
{
color: #6102F0;
}
.AnyTagClassName
{
color: #6102F0;
}
</style>
background-color css
<style>
a { background-color: #6102F0; }
a { background-color: rgb(97,2,240); }
div.DivClassName
{
background-color: #6102F0;
}
.BgClassName
{
background-color: #6102F0;
}
</style>
border-color css
<style>
span { border-color: #6102F0; }
span { border-color: rgb(97,2,240); }
td.TdClassName
{
border-color: #6102F0;
}
.TagClassName
{
border-color: #6102F0;
}
</style>