Shades of Electric Indigo #6107E6
Tints of Electric Indigo #6107E6
RGB
CMYK
RGB Variations
Color information
#6107E6 (or 0x6107E6) is known color: Electric Indigo. HEX triplet: 61, 07 and E6. RGB value is (97,7,230). Sum of RGB (Red+Green+Blue) = 97+7+230=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 230 (90.23% from 255 or 68.86% from 334); Max value from RGB is 230 - color contains mainly: blue. Hex color #6107E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6107E6 is #9EF819. Grayscale: #3A3A3A. Windows color (decimal): -10418202 or 15075169. OLE color: 15075169.
HSL color Cylindrical-coordinate representation of color #6107E6: hue angle of 264.22º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6107E6 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 7 | 230 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.10 |
| HSL | 264.22º | 0.94% | 0.46% | - |
| HSV(B) | 264.22º | 0.97% | 0.9% | - |
| XYZ | 19.29 | 8.41 | 75.47 | - |
| YUV | 59.33 | 224.32 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 7 | 230 | 0.58 | 0.97 | 0 | 0.10 | 264.22 | 0.94 | 0.46 |
| Hex | 61 | 7 | E6 | 3A | 61 | 0 | A | 108 | 5E | 2E |
| Octal | 141 | 7 | 346 | 72 | 141 | 0 | 12 | 410 | 136 | 56 |
| Binary | 1100001 | 111 | 11100110 | 111010 | 1100001 | 0 | 1010 | 100001000 | 1011110 | 101110 |
Color Harmonies of #6107E6
Complementary color
Monochromatic Colors of #6107E6
Black with #6107E6
Text Example
Text Example
White with #6107E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6107E6; }
p { color: rgb(97,7,230); }
H1.HeaderClassName
{
color: #6107E6;
}
.AnyTagClassName
{
color: #6107E6;
}
</style>
background-color css
<style>
a { background-color: #6107E6; }
a { background-color: rgb(97,7,230); }
div.DivClassName
{
background-color: #6107E6;
}
.BgClassName
{
background-color: #6107E6;
}
</style>
border-color css
<style>
span { border-color: #6107E6; }
span { border-color: rgb(97,7,230); }
td.TdClassName
{
border-color: #6107E6;
}
.TagClassName
{
border-color: #6107E6;
}
</style>