Shades of Electric Indigo #6201DB
Tints of Electric Indigo #6201DB
RGB
CMYK
RGB Variations
Color information
#6201DB (or 0x6201DB) is known color: Electric Indigo. HEX triplet: 62, 01 and DB. RGB value is (98,1,219). Sum of RGB (Red+Green+Blue) = 98+1+219=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #6201DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6201DB is #9DFE24. Grayscale: #363636. Windows color (decimal): -10354213 or 14352738. OLE color: 14352738.
HSL color Cylindrical-coordinate representation of color #6201DB: hue angle of 266.7º 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 #6201DB is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 1 | 219 | - |
| CMYK | 0.55 | 1.00 | 0 | 0.14 |
| HSL | 266.7º | 0.99% | 0.43% | - |
| HSV(B) | 266.7º | 1% | 0.86% | - |
| XYZ | 17.83 | 7.73 | 67.57 | - |
| YUV | 54.86 | 220.64 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 219 | 0.55 | 1.00 | 0 | 0.14 | 266.7 | 0.99 | 0.43 |
| Hex | 62 | 1 | DB | 37 | 64 | 0 | E | 10B | 63 | 2B |
| Octal | 142 | 1 | 333 | 67 | 144 | 0 | 16 | 413 | 143 | 53 |
| Binary | 1100010 | 1 | 11011011 | 110111 | 1100100 | 0 | 1110 | 100001011 | 1100011 | 101011 |
Color Harmonies of #6201DB
Complementary color
Monochromatic Colors of #6201DB
Black with #6201DB
Text Example
Text Example
White with #6201DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6201DB; }
p { color: rgb(98,1,219); }
H1.HeaderClassName
{
color: #6201DB;
}
.AnyTagClassName
{
color: #6201DB;
}
</style>
background-color css
<style>
a { background-color: #6201DB; }
a { background-color: rgb(98,1,219); }
div.DivClassName
{
background-color: #6201DB;
}
.BgClassName
{
background-color: #6201DB;
}
</style>
border-color css
<style>
span { border-color: #6201DB; }
span { border-color: rgb(98,1,219); }
td.TdClassName
{
border-color: #6201DB;
}
.TagClassName
{
border-color: #6201DB;
}
</style>