Shades of Electric Indigo #6103FE
Tints of Electric Indigo #6103FE
RGB
CMYK
RGB Variations
Color information
#6103FE (or 0x6103FE) is known color: Electric Indigo. HEX triplet: 61, 03 and FE. RGB value is (97,3,254). Sum of RGB (Red+Green+Blue) = 97+3+254=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #6103FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6103FE is #9EFC01. Grayscale: #3A3A3A. Windows color (decimal): -10419202 or 16647009. OLE color: 16647009.
HSL color Cylindrical-coordinate representation of color #6103FE: hue angle of 262.47º 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 #6103FE is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 3 | 254 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.00 |
| HSL | 262.47º | 0.99% | 0.5% | - |
| HSV(B) | 262.47º | 0.99% | 1% | - |
| XYZ | 22.85 | 9.76 | 94.45 | - |
| YUV | 59.72 | 237.64 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 254 | 0.62 | 0.99 | 0 | 0.00 | 262.47 | 0.99 | 0.5 |
| Hex | 61 | 3 | FE | 3E | 63 | 0 | 0 | 106 | 63 | 32 |
| Octal | 141 | 3 | 376 | 76 | 143 | 0 | 0 | 406 | 143 | 62 |
| Binary | 1100001 | 11 | 11111110 | 111110 | 1100011 | 0 | 0 | 100000110 | 1100011 | 110010 |
Color Harmonies of #6103FE
Complementary color
Monochromatic Colors of #6103FE
Black with #6103FE
Text Example
Text Example
White with #6103FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6103FE; }
p { color: rgb(97,3,254); }
H1.HeaderClassName
{
color: #6103FE;
}
.AnyTagClassName
{
color: #6103FE;
}
</style>
background-color css
<style>
a { background-color: #6103FE; }
a { background-color: rgb(97,3,254); }
div.DivClassName
{
background-color: #6103FE;
}
.BgClassName
{
background-color: #6103FE;
}
</style>
border-color css
<style>
span { border-color: #6103FE; }
span { border-color: rgb(97,3,254); }
td.TdClassName
{
border-color: #6103FE;
}
.TagClassName
{
border-color: #6103FE;
}
</style>