Shades of Electric Indigo #6108F0
Tints of Electric Indigo #6108F0
RGB
CMYK
RGB Variations
Color information
#6108F0 (or 0x6108F0) is known color: Electric Indigo. HEX triplet: 61, 08 and F0. RGB value is (97,8,240). Sum of RGB (Red+Green+Blue) = 97+8+240=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 240 (94.14% from 255 or 69.57% from 345); Max value from RGB is 240 - color contains mainly: blue. Hex color #6108F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6108F0 is #9EF70F. Grayscale: #3C3C3C. Windows color (decimal): -10417936 or 15730785. OLE color: 15730785.
HSL color Cylindrical-coordinate representation of color #6108F0: hue angle of 263.02º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6108F0 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 8 | 240 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.06 |
| HSL | 263.02º | 0.94% | 0.49% | - |
| HSV(B) | 263.02º | 0.97% | 0.94% | - |
| XYZ | 20.74 | 9.01 | 83.08 | - |
| YUV | 61.06 | 228.99 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 240 | 0.60 | 0.97 | 0 | 0.06 | 263.02 | 0.94 | 0.49 |
| Hex | 61 | 8 | F0 | 3C | 61 | 0 | 6 | 107 | 5E | 31 |
| Octal | 141 | 10 | 360 | 74 | 141 | 0 | 6 | 407 | 136 | 61 |
| Binary | 1100001 | 1000 | 11110000 | 111100 | 1100001 | 0 | 110 | 100000111 | 1011110 | 110001 |
Color Harmonies of #6108F0
Complementary color
Monochromatic Colors of #6108F0
Black with #6108F0
Text Example
Text Example
White with #6108F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6108F0; }
p { color: rgb(97,8,240); }
H1.HeaderClassName
{
color: #6108F0;
}
.AnyTagClassName
{
color: #6108F0;
}
</style>
background-color css
<style>
a { background-color: #6108F0; }
a { background-color: rgb(97,8,240); }
div.DivClassName
{
background-color: #6108F0;
}
.BgClassName
{
background-color: #6108F0;
}
</style>
border-color css
<style>
span { border-color: #6108F0; }
span { border-color: rgb(97,8,240); }
td.TdClassName
{
border-color: #6108F0;
}
.TagClassName
{
border-color: #6108F0;
}
</style>