Shades of Electric Indigo #6108DB
Tints of Electric Indigo #6108DB
RGB
CMYK
RGB Variations
Color information
#6108DB (or 0x6108DB) is known color: Electric Indigo. HEX triplet: 61, 08 and DB. RGB value is (97,8,219). Sum of RGB (Red+Green+Blue) = 97+8+219=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #6108DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6108DB is #9EF724. Grayscale: #393939. Windows color (decimal): -10417957 or 14354529. OLE color: 14354529.
HSL color Cylindrical-coordinate representation of color #6108DB: hue angle of 265.31º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6108DB is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 8 | 219 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.14 |
| HSL | 265.31º | 0.93% | 0.45% | - |
| HSV(B) | 265.31º | 0.96% | 0.86% | - |
| XYZ | 17.8 | 7.83 | 67.59 | - |
| YUV | 58.67 | 218.49 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 219 | 0.56 | 0.96 | 0 | 0.14 | 265.31 | 0.93 | 0.45 |
| Hex | 61 | 8 | DB | 38 | 60 | 0 | E | 109 | 5D | 2D |
| Octal | 141 | 10 | 333 | 70 | 140 | 0 | 16 | 411 | 135 | 55 |
| Binary | 1100001 | 1000 | 11011011 | 111000 | 1100000 | 0 | 1110 | 100001001 | 1011101 | 101101 |
Color Harmonies of #6108DB
Complementary color
Monochromatic Colors of #6108DB
Black with #6108DB
Text Example
Text Example
White with #6108DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6108DB; }
p { color: rgb(97,8,219); }
H1.HeaderClassName
{
color: #6108DB;
}
.AnyTagClassName
{
color: #6108DB;
}
</style>
background-color css
<style>
a { background-color: #6108DB; }
a { background-color: rgb(97,8,219); }
div.DivClassName
{
background-color: #6108DB;
}
.BgClassName
{
background-color: #6108DB;
}
</style>
border-color css
<style>
span { border-color: #6108DB; }
span { border-color: rgb(97,8,219); }
td.TdClassName
{
border-color: #6108DB;
}
.TagClassName
{
border-color: #6108DB;
}
</style>