Shades of Electric Indigo #6102FA
Tints of Electric Indigo #6102FA
RGB
CMYK
RGB Variations
Color information
#6102FA (or 0x6102FA) is known color: Electric Indigo. HEX triplet: 61, 02 and FA. RGB value is (97,2,250). Sum of RGB (Red+Green+Blue) = 97+2+250=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #6102FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6102FA is #9EFD05. Grayscale: #393939. Windows color (decimal): -10419462 or 16384609. OLE color: 16384609.
HSL color Cylindrical-coordinate representation of color #6102FA: hue angle of 262.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102FA is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 2 | 250 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.02 |
| HSL | 262.98º | 0.98% | 0.49% | - |
| HSV(B) | 262.98º | 0.99% | 0.98% | - |
| XYZ | 22.21 | 9.49 | 91.1 | - |
| YUV | 58.68 | 235.97 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 250 | 0.61 | 0.99 | 0 | 0.02 | 262.98 | 0.98 | 0.49 |
| Hex | 61 | 2 | FA | 3D | 63 | 0 | 2 | 107 | 62 | 31 |
| Octal | 141 | 2 | 372 | 75 | 143 | 0 | 2 | 407 | 142 | 61 |
| Binary | 1100001 | 10 | 11111010 | 111101 | 1100011 | 0 | 10 | 100000111 | 1100010 | 110001 |
Color Harmonies of #6102FA
Complementary color
Monochromatic Colors of #6102FA
Black with #6102FA
Text Example
Text Example
White with #6102FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6102FA; }
p { color: rgb(97,2,250); }
H1.HeaderClassName
{
color: #6102FA;
}
.AnyTagClassName
{
color: #6102FA;
}
</style>
background-color css
<style>
a { background-color: #6102FA; }
a { background-color: rgb(97,2,250); }
div.DivClassName
{
background-color: #6102FA;
}
.BgClassName
{
background-color: #6102FA;
}
</style>
border-color css
<style>
span { border-color: #6102FA; }
span { border-color: rgb(97,2,250); }
td.TdClassName
{
border-color: #6102FA;
}
.TagClassName
{
border-color: #6102FA;
}
</style>