Shades of Electric Indigo #6001DB
Tints of Electric Indigo #6001DB
RGB
CMYK
RGB Variations
Color information
#6001DB (or 0x6001DB) is known color: Electric Indigo. HEX triplet: 60, 01 and DB. RGB value is (96,1,219). Sum of RGB (Red+Green+Blue) = 96+1+219=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #6001DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6001DB is #9FFE24. Grayscale: #353535. Windows color (decimal): -10485285 or 14352736. OLE color: 14352736.
HSL color Cylindrical-coordinate representation of color #6001DB: hue angle of 266.15º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6001DB is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 1 | 219 | - |
| CMYK | 0.56 | 1.00 | 0 | 0.14 |
| HSL | 266.15º | 0.99% | 0.43% | - |
| HSV(B) | 266.15º | 1% | 0.86% | - |
| XYZ | 17.62 | 7.62 | 67.56 | - |
| YUV | 54.26 | 220.97 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 219 | 0.56 | 1.00 | 0 | 0.14 | 266.15 | 0.99 | 0.43 |
| Hex | 60 | 1 | DB | 38 | 64 | 0 | E | 10A | 63 | 2B |
| Octal | 140 | 1 | 333 | 70 | 144 | 0 | 16 | 412 | 143 | 53 |
| Binary | 1100000 | 1 | 11011011 | 111000 | 1100100 | 0 | 1110 | 100001010 | 1100011 | 101011 |
Color Harmonies of #6001DB
Complementary color
Monochromatic Colors of #6001DB
Black with #6001DB
Text Example
Text Example
White with #6001DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6001DB; }
p { color: rgb(96,1,219); }
H1.HeaderClassName
{
color: #6001DB;
}
.AnyTagClassName
{
color: #6001DB;
}
</style>
background-color css
<style>
a { background-color: #6001DB; }
a { background-color: rgb(96,1,219); }
div.DivClassName
{
background-color: #6001DB;
}
.BgClassName
{
background-color: #6001DB;
}
</style>
border-color css
<style>
span { border-color: #6001DB; }
span { border-color: rgb(96,1,219); }
td.TdClassName
{
border-color: #6001DB;
}
.TagClassName
{
border-color: #6001DB;
}
</style>