Shades of Electric Indigo #6103FC
Tints of Electric Indigo #6103FC
RGB
CMYK
RGB Variations
Color information
#6103FC (or 0x6103FC) is known color: Electric Indigo. HEX triplet: 61, 03 and FC. RGB value is (97,3,252). Sum of RGB (Red+Green+Blue) = 97+3+252=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #6103FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6103FC is #9EFC03. Grayscale: #3A3A3A. Windows color (decimal): -10419204 or 16515937. OLE color: 16515937.
HSL color Cylindrical-coordinate representation of color #6103FC: hue angle of 262.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6103FC is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 3 | 252 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.01 |
| HSL | 262.65º | 0.98% | 0.5% | - |
| HSV(B) | 262.65º | 0.99% | 0.99% | - |
| XYZ | 22.53 | 9.63 | 92.77 | - |
| YUV | 59.49 | 236.64 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 252 | 0.62 | 0.99 | 0 | 0.01 | 262.65 | 0.98 | 0.5 |
| Hex | 61 | 3 | FC | 3E | 63 | 0 | 1 | 107 | 62 | 32 |
| Octal | 141 | 3 | 374 | 76 | 143 | 0 | 1 | 407 | 142 | 62 |
| Binary | 1100001 | 11 | 11111100 | 111110 | 1100011 | 0 | 1 | 100000111 | 1100010 | 110010 |
Color Harmonies of #6103FC
Complementary color
Monochromatic Colors of #6103FC
Black with #6103FC
Text Example
Text Example
White with #6103FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6103FC; }
p { color: rgb(97,3,252); }
H1.HeaderClassName
{
color: #6103FC;
}
.AnyTagClassName
{
color: #6103FC;
}
</style>
background-color css
<style>
a { background-color: #6103FC; }
a { background-color: rgb(97,3,252); }
div.DivClassName
{
background-color: #6103FC;
}
.BgClassName
{
background-color: #6103FC;
}
</style>
border-color css
<style>
span { border-color: #6103FC; }
span { border-color: rgb(97,3,252); }
td.TdClassName
{
border-color: #6103FC;
}
.TagClassName
{
border-color: #6103FC;
}
</style>