Shades of Electric Indigo #6101FC
Tints of Electric Indigo #6101FC
RGB
CMYK
RGB Variations
Color information
#6101FC (or 0x6101FC) is known color: Electric Indigo. HEX triplet: 61, 01 and FC. RGB value is (97,1,252). Sum of RGB (Red+Green+Blue) = 97+1+252=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #6101FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6101FC is #9EFE03. Grayscale: #393939. Windows color (decimal): -10419716 or 16515425. OLE color: 16515425.
HSL color Cylindrical-coordinate representation of color #6101FC: hue angle of 262.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6101FC is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 1 | 252 | - |
| CMYK | 0.62 | 1.00 | 0 | 0.01 |
| HSL | 262.95º | 0.99% | 0.5% | - |
| HSV(B) | 262.95º | 1% | 0.99% | - |
| XYZ | 22.51 | 9.59 | 92.76 | - |
| YUV | 58.32 | 237.3 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 252 | 0.62 | 1.00 | 0 | 0.01 | 262.95 | 0.99 | 0.5 |
| Hex | 61 | 1 | FC | 3E | 64 | 0 | 1 | 107 | 63 | 32 |
| Octal | 141 | 1 | 374 | 76 | 144 | 0 | 1 | 407 | 143 | 62 |
| Binary | 1100001 | 1 | 11111100 | 111110 | 1100100 | 0 | 1 | 100000111 | 1100011 | 110010 |
Color Harmonies of #6101FC
Complementary color
Monochromatic Colors of #6101FC
Black with #6101FC
Text Example
Text Example
White with #6101FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6101FC; }
p { color: rgb(97,1,252); }
H1.HeaderClassName
{
color: #6101FC;
}
.AnyTagClassName
{
color: #6101FC;
}
</style>
background-color css
<style>
a { background-color: #6101FC; }
a { background-color: rgb(97,1,252); }
div.DivClassName
{
background-color: #6101FC;
}
.BgClassName
{
background-color: #6101FC;
}
</style>
border-color css
<style>
span { border-color: #6101FC; }
span { border-color: rgb(97,1,252); }
td.TdClassName
{
border-color: #6101FC;
}
.TagClassName
{
border-color: #6101FC;
}
</style>