Shades of Electric Indigo #6A00DB
Tints of Electric Indigo #6A00DB
RGB
CMYK
RGB Variations
Color information
#6A00DB (or 0x6A00DB) is known color: Electric Indigo. HEX triplet: 6A, 00 and DB. RGB value is (106,0,219). Sum of RGB (Red+Green+Blue) = 106+0+219=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A00DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A00DB is #95FF24. Grayscale: #373737. Windows color (decimal): -9830181 or 14352490. OLE color: 14352490.
HSL color Cylindrical-coordinate representation of color #6A00DB: hue angle of 269.04º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A00DB is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 0 | 219 | - |
| CMYK | 0.52 | 1 | 0 | 0.14 |
| HSL | 269.04º | 1% | 0.43% | - |
| HSV(B) | 269.04º | 1% | 0.86% | - |
| XYZ | 18.73 | 8.18 | 67.61 | - |
| YUV | 56.66 | 219.62 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 219 | 0.52 | 1 | 0 | 0.14 | 269.04 | 1 | 0.43 |
| Hex | 6A | 0 | DB | 34 | 64 | 0 | E | 10D | 64 | 2B |
| Octal | 152 | 0 | 333 | 64 | 144 | 0 | 16 | 415 | 144 | 53 |
| Binary | 1101010 | 0 | 11011011 | 110100 | 1100100 | 0 | 1110 | 100001101 | 1100100 | 101011 |
Color Harmonies of #6A00DB
Complementary color
Monochromatic Colors of #6A00DB
Black with #6A00DB
Text Example
Text Example
White with #6A00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A00DB; }
p { color: rgb(106,0,219); }
H1.HeaderClassName
{
color: #6A00DB;
}
.AnyTagClassName
{
color: #6A00DB;
}
</style>
background-color css
<style>
a { background-color: #6A00DB; }
a { background-color: rgb(106,0,219); }
div.DivClassName
{
background-color: #6A00DB;
}
.BgClassName
{
background-color: #6A00DB;
}
</style>
border-color css
<style>
span { border-color: #6A00DB; }
span { border-color: rgb(106,0,219); }
td.TdClassName
{
border-color: #6A00DB;
}
.TagClassName
{
border-color: #6A00DB;
}
</style>