Shades of Electric Indigo #6D03DB
Tints of Electric Indigo #6D03DB
RGB
CMYK
RGB Variations
Color information
#6D03DB (or 0x6D03DB) is known color: Electric Indigo. HEX triplet: 6D, 03 and DB. RGB value is (109,3,219). Sum of RGB (Red+Green+Blue) = 109+3+219=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D03DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D03DB is #92FC24. Grayscale: #3A3A3A. Windows color (decimal): -9632805 or 14353261. OLE color: 14353261.
HSL color Cylindrical-coordinate representation of color #6D03DB: hue angle of 269.44º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D03DB is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 3 | 219 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.14 |
| HSL | 269.44º | 0.97% | 0.44% | - |
| HSV(B) | 269.44º | 0.99% | 0.86% | - |
| XYZ | 19.13 | 8.43 | 67.64 | - |
| YUV | 59.32 | 218.12 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 219 | 0.50 | 0.99 | 0 | 0.14 | 269.44 | 0.97 | 0.44 |
| Hex | 6D | 3 | DB | 32 | 63 | 0 | E | 10D | 61 | 2C |
| Octal | 155 | 3 | 333 | 62 | 143 | 0 | 16 | 415 | 141 | 54 |
| Binary | 1101101 | 11 | 11011011 | 110010 | 1100011 | 0 | 1110 | 100001101 | 1100001 | 101100 |
Color Harmonies of #6D03DB
Complementary color
Monochromatic Colors of #6D03DB
Black with #6D03DB
Text Example
Text Example
White with #6D03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D03DB; }
p { color: rgb(109,3,219); }
H1.HeaderClassName
{
color: #6D03DB;
}
.AnyTagClassName
{
color: #6D03DB;
}
</style>
background-color css
<style>
a { background-color: #6D03DB; }
a { background-color: rgb(109,3,219); }
div.DivClassName
{
background-color: #6D03DB;
}
.BgClassName
{
background-color: #6D03DB;
}
</style>
border-color css
<style>
span { border-color: #6D03DB; }
span { border-color: rgb(109,3,219); }
td.TdClassName
{
border-color: #6D03DB;
}
.TagClassName
{
border-color: #6D03DB;
}
</style>