Shades of Electric Indigo #6101FA
Tints of Electric Indigo #6101FA
RGB
CMYK
RGB Variations
Color information
#6101FA (or 0x6101FA) is known color: Electric Indigo. HEX triplet: 61, 01 and FA. RGB value is (97,1,250). Sum of RGB (Red+Green+Blue) = 97+1+250=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #6101FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6101FA is #9EFE05. Grayscale: #393939. Windows color (decimal): -10419718 or 16384353. OLE color: 16384353.
HSL color Cylindrical-coordinate representation of color #6101FA: hue angle of 263.13º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6101FA is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 1 | 250 | - |
| CMYK | 0.61 | 1.00 | 0 | 0.02 |
| HSL | 263.13º | 0.99% | 0.49% | - |
| HSV(B) | 263.13º | 1% | 0.98% | - |
| XYZ | 22.2 | 9.47 | 91.1 | - |
| YUV | 58.09 | 236.3 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 250 | 0.61 | 1.00 | 0 | 0.02 | 263.13 | 0.99 | 0.49 |
| Hex | 61 | 1 | FA | 3D | 64 | 0 | 2 | 107 | 63 | 31 |
| Octal | 141 | 1 | 372 | 75 | 144 | 0 | 2 | 407 | 143 | 61 |
| Binary | 1100001 | 1 | 11111010 | 111101 | 1100100 | 0 | 10 | 100000111 | 1100011 | 110001 |
Color Harmonies of #6101FA
Complementary color
Monochromatic Colors of #6101FA
Black with #6101FA
Text Example
Text Example
White with #6101FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6101FA; }
p { color: rgb(97,1,250); }
H1.HeaderClassName
{
color: #6101FA;
}
.AnyTagClassName
{
color: #6101FA;
}
</style>
background-color css
<style>
a { background-color: #6101FA; }
a { background-color: rgb(97,1,250); }
div.DivClassName
{
background-color: #6101FA;
}
.BgClassName
{
background-color: #6101FA;
}
</style>
border-color css
<style>
span { border-color: #6101FA; }
span { border-color: rgb(97,1,250); }
td.TdClassName
{
border-color: #6101FA;
}
.TagClassName
{
border-color: #6101FA;
}
</style>