Shades of Electric Indigo #6100F9
Tints of Electric Indigo #6100F9
RGB
CMYK
RGB Variations
Color information
#6100F9 (or 0x6100F9) is known color: Electric Indigo. HEX triplet: 61, 00 and F9. RGB value is (97,0,249). Sum of RGB (Red+Green+Blue) = 97+0+249=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 249 (97.66% from 255 or 71.97% from 346); Max value from RGB is 249 - color contains mainly: blue. Hex color #6100F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6100F9 is #9EFF06. Grayscale: #383838. Windows color (decimal): -10419975 or 16318561. OLE color: 16318561.
HSL color Cylindrical-coordinate representation of color #6100F9: hue angle of 263.37º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6100F9 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 0 | 249 | - |
| CMYK | 0.61 | 1 | 0 | 0.02 |
| HSL | 263.37º | 1% | 0.49% | - |
| HSV(B) | 263.37º | 1% | 0.98% | - |
| XYZ | 22.03 | 9.38 | 90.27 | - |
| YUV | 57.39 | 236.14 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 249 | 0.61 | 1 | 0 | 0.02 | 263.37 | 1 | 0.49 |
| Hex | 61 | 0 | F9 | 3D | 64 | 0 | 2 | 107 | 64 | 31 |
| Octal | 141 | 0 | 371 | 75 | 144 | 0 | 2 | 407 | 144 | 61 |
| Binary | 1100001 | 0 | 11111001 | 111101 | 1100100 | 0 | 10 | 100000111 | 1100100 | 110001 |
Color Harmonies of #6100F9
Complementary color
Monochromatic Colors of #6100F9
Black with #6100F9
Text Example
Text Example
White with #6100F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6100F9; }
p { color: rgb(97,0,249); }
H1.HeaderClassName
{
color: #6100F9;
}
.AnyTagClassName
{
color: #6100F9;
}
</style>
background-color css
<style>
a { background-color: #6100F9; }
a { background-color: rgb(97,0,249); }
div.DivClassName
{
background-color: #6100F9;
}
.BgClassName
{
background-color: #6100F9;
}
</style>
border-color css
<style>
span { border-color: #6100F9; }
span { border-color: rgb(97,0,249); }
td.TdClassName
{
border-color: #6100F9;
}
.TagClassName
{
border-color: #6100F9;
}
</style>