Shades of Electric Indigo #6102FE
Tints of Electric Indigo #6102FE
RGB
CMYK
RGB Variations
Color information
#6102FE (or 0x6102FE) is known color: Electric Indigo. HEX triplet: 61, 02 and FE. RGB value is (97,2,254). Sum of RGB (Red+Green+Blue) = 97+2+254=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #6102FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6102FE is #9EFD01. Grayscale: #3A3A3A. Windows color (decimal): -10419458 or 16646753. OLE color: 16646753.
HSL color Cylindrical-coordinate representation of color #6102FE: hue angle of 262.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102FE is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 2 | 254 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.00 |
| HSL | 262.62º | 0.99% | 0.5% | - |
| HSV(B) | 262.62º | 0.99% | 1% | - |
| XYZ | 22.84 | 9.74 | 94.44 | - |
| YUV | 59.13 | 237.97 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 254 | 0.62 | 0.99 | 0 | 0.00 | 262.62 | 0.99 | 0.5 |
| Hex | 61 | 2 | FE | 3E | 63 | 0 | 0 | 107 | 63 | 32 |
| Octal | 141 | 2 | 376 | 76 | 143 | 0 | 0 | 407 | 143 | 62 |
| Binary | 1100001 | 10 | 11111110 | 111110 | 1100011 | 0 | 0 | 100000111 | 1100011 | 110010 |
Color Harmonies of #6102FE
Complementary color
Monochromatic Colors of #6102FE
Black with #6102FE
Text Example
Text Example
White with #6102FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6102FE; }
p { color: rgb(97,2,254); }
H1.HeaderClassName
{
color: #6102FE;
}
.AnyTagClassName
{
color: #6102FE;
}
</style>
background-color css
<style>
a { background-color: #6102FE; }
a { background-color: rgb(97,2,254); }
div.DivClassName
{
background-color: #6102FE;
}
.BgClassName
{
background-color: #6102FE;
}
</style>
border-color css
<style>
span { border-color: #6102FE; }
span { border-color: rgb(97,2,254); }
td.TdClassName
{
border-color: #6102FE;
}
.TagClassName
{
border-color: #6102FE;
}
</style>