Shades of Electric Indigo #6105DB
Tints of Electric Indigo #6105DB
RGB
CMYK
RGB Variations
Color information
#6105DB (or 0x6105DB) is known color: Electric Indigo. HEX triplet: 61, 05 and DB. RGB value is (97,5,219). Sum of RGB (Red+Green+Blue) = 97+5+219=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #6105DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6105DB is #9EFA24. Grayscale: #383838. Windows color (decimal): -10418725 or 14353761. OLE color: 14353761.
HSL color Cylindrical-coordinate representation of color #6105DB: hue angle of 265.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6105DB is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 5 | 219 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.14 |
| HSL | 265.79º | 0.96% | 0.44% | - |
| HSV(B) | 265.79º | 0.98% | 0.86% | - |
| XYZ | 17.77 | 7.76 | 67.58 | - |
| YUV | 56.9 | 219.48 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 219 | 0.56 | 0.98 | 0 | 0.14 | 265.79 | 0.96 | 0.44 |
| Hex | 61 | 5 | DB | 38 | 62 | 0 | E | 10A | 60 | 2C |
| Octal | 141 | 5 | 333 | 70 | 142 | 0 | 16 | 412 | 140 | 54 |
| Binary | 1100001 | 101 | 11011011 | 111000 | 1100010 | 0 | 1110 | 100001010 | 1100000 | 101100 |
Color Harmonies of #6105DB
Complementary color
Monochromatic Colors of #6105DB
Black with #6105DB
Text Example
Text Example
White with #6105DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6105DB; }
p { color: rgb(97,5,219); }
H1.HeaderClassName
{
color: #6105DB;
}
.AnyTagClassName
{
color: #6105DB;
}
</style>
background-color css
<style>
a { background-color: #6105DB; }
a { background-color: rgb(97,5,219); }
div.DivClassName
{
background-color: #6105DB;
}
.BgClassName
{
background-color: #6105DB;
}
</style>
border-color css
<style>
span { border-color: #6105DB; }
span { border-color: rgb(97,5,219); }
td.TdClassName
{
border-color: #6105DB;
}
.TagClassName
{
border-color: #6105DB;
}
</style>