Shades of Electric Indigo #6106FF
Tints of Electric Indigo #6106FF
RGB
CMYK
RGB Variations
Color information
#6106FF (or 0x6106FF) is known color: Electric Indigo. HEX triplet: 61, 06 and FF. RGB value is (97,6,255). Sum of RGB (Red+Green+Blue) = 97+6+255=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #6106FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6106FF is #9EF900. Grayscale: #3C3C3C. Windows color (decimal): -10418433 or 16713313. OLE color: 16713313.
HSL color Cylindrical-coordinate representation of color #6106FF: hue angle of 261.93º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6106FF is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 6 | 255 | - |
| CMYK | 0.62 | 0.98 | 0 | 0 |
| HSL | 261.93º | 1% | 0.51% | - |
| HSV(B) | 261.93º | 0.98% | 1% | - |
| XYZ | 23.04 | 9.89 | 95.3 | - |
| YUV | 61.6 | 237.15 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 6 | 255 | 0.62 | 0.98 | 0 | 0 | 261.93 | 1 | 0.51 |
| Hex | 61 | 6 | FF | 3E | 62 | 0 | 0 | 106 | 64 | 33 |
| Octal | 141 | 6 | 377 | 76 | 142 | 0 | 0 | 406 | 144 | 63 |
| Binary | 1100001 | 110 | 11111111 | 111110 | 1100010 | 0 | 0 | 100000110 | 1100100 | 110011 |
Color Harmonies of #6106FF
Complementary color
Monochromatic Colors of #6106FF
Black with #6106FF
Text Example
Text Example
White with #6106FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6106FF; }
p { color: rgb(97,6,255); }
H1.HeaderClassName
{
color: #6106FF;
}
.AnyTagClassName
{
color: #6106FF;
}
</style>
background-color css
<style>
a { background-color: #6106FF; }
a { background-color: rgb(97,6,255); }
div.DivClassName
{
background-color: #6106FF;
}
.BgClassName
{
background-color: #6106FF;
}
</style>
border-color css
<style>
span { border-color: #6106FF; }
span { border-color: rgb(97,6,255); }
td.TdClassName
{
border-color: #6106FF;
}
.TagClassName
{
border-color: #6106FF;
}
</style>