Shades of Electric Indigo #6111FF
Tints of Electric Indigo #6111FF
RGB
CMYK
RGB Variations
Color information
#6111FF (or 0x6111FF) is known color: Electric Indigo. HEX triplet: 61, 11 and FF. RGB value is (97,17,255). Sum of RGB (Red+Green+Blue) = 97+17+255=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #6111FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6111FF is #9EEE00. Grayscale: #434343. Windows color (decimal): -10415617 or 16716129. OLE color: 16716129.
HSL color Cylindrical-coordinate representation of color #6111FF: hue angle of 260.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6111FF is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 17 | 255 | - |
| CMYK | 0.62 | 0.93 | 0 | 0 |
| HSL | 260.17º | 1% | 0.53% | - |
| HSV(B) | 260.17º | 0.93% | 1% | - |
| XYZ | 23.18 | 10.16 | 95.35 | - |
| YUV | 68.05 | 233.5 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 255 | 0.62 | 0.93 | 0 | 0 | 260.17 | 1 | 0.53 |
| Hex | 61 | 11 | FF | 3E | 5D | 0 | 0 | 104 | 64 | 35 |
| Octal | 141 | 21 | 377 | 76 | 135 | 0 | 0 | 404 | 144 | 65 |
| Binary | 1100001 | 10001 | 11111111 | 111110 | 1011101 | 0 | 0 | 100000100 | 1100100 | 110101 |
Color Harmonies of #6111FF
Complementary color
Monochromatic Colors of #6111FF
Black with #6111FF
Text Example
Text Example
White with #6111FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6111FF; }
p { color: rgb(97,17,255); }
H1.HeaderClassName
{
color: #6111FF;
}
.AnyTagClassName
{
color: #6111FF;
}
</style>
background-color css
<style>
a { background-color: #6111FF; }
a { background-color: rgb(97,17,255); }
div.DivClassName
{
background-color: #6111FF;
}
.BgClassName
{
background-color: #6111FF;
}
</style>
border-color css
<style>
span { border-color: #6111FF; }
span { border-color: rgb(97,17,255); }
td.TdClassName
{
border-color: #6111FF;
}
.TagClassName
{
border-color: #6111FF;
}
</style>