Shades of Electric Indigo #6105FE
Tints of Electric Indigo #6105FE
RGB
CMYK
RGB Variations
Color information
#6105FE (or 0x6105FE) is known color: Electric Indigo. HEX triplet: 61, 05 and FE. RGB value is (97,5,254). Sum of RGB (Red+Green+Blue) = 97+5+254=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #6105FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6105FE is #9EFA01. Grayscale: #3B3B3B. Windows color (decimal): -10418690 or 16647521. OLE color: 16647521.
HSL color Cylindrical-coordinate representation of color #6105FE: hue angle of 262.17º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6105FE is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 5 | 254 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.00 |
| HSL | 262.17º | 0.99% | 0.51% | - |
| HSV(B) | 262.17º | 0.98% | 1% | - |
| XYZ | 22.87 | 9.81 | 94.45 | - |
| YUV | 60.89 | 236.98 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 254 | 0.62 | 0.98 | 0 | 0.00 | 262.17 | 0.99 | 0.51 |
| Hex | 61 | 5 | FE | 3E | 62 | 0 | 0 | 106 | 63 | 33 |
| Octal | 141 | 5 | 376 | 76 | 142 | 0 | 0 | 406 | 143 | 63 |
| Binary | 1100001 | 101 | 11111110 | 111110 | 1100010 | 0 | 0 | 100000110 | 1100011 | 110011 |
Color Harmonies of #6105FE
Complementary color
Monochromatic Colors of #6105FE
Black with #6105FE
Text Example
Text Example
White with #6105FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6105FE; }
p { color: rgb(97,5,254); }
H1.HeaderClassName
{
color: #6105FE;
}
.AnyTagClassName
{
color: #6105FE;
}
</style>
background-color css
<style>
a { background-color: #6105FE; }
a { background-color: rgb(97,5,254); }
div.DivClassName
{
background-color: #6105FE;
}
.BgClassName
{
background-color: #6105FE;
}
</style>
border-color css
<style>
span { border-color: #6105FE; }
span { border-color: rgb(97,5,254); }
td.TdClassName
{
border-color: #6105FE;
}
.TagClassName
{
border-color: #6105FE;
}
</style>