Shades of Electric Indigo #6C03DB
Tints of Electric Indigo #6C03DB
RGB
CMYK
RGB Variations
Color information
#6C03DB (or 0x6C03DB) is known color: Electric Indigo. HEX triplet: 6C, 03 and DB. RGB value is (108,3,219). Sum of RGB (Red+Green+Blue) = 108+3+219=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C03DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C03DB is #93FC24. Grayscale: #3A3A3A. Windows color (decimal): -9698341 or 14353260. OLE color: 14353260.
HSL color Cylindrical-coordinate representation of color #6C03DB: hue angle of 269.17º 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 #6C03DB is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 3 | 219 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.14 |
| HSL | 269.17º | 0.97% | 0.44% | - |
| HSV(B) | 269.17º | 0.99% | 0.86% | - |
| XYZ | 19 | 8.37 | 67.63 | - |
| YUV | 59.02 | 218.29 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 219 | 0.51 | 0.99 | 0 | 0.14 | 269.17 | 0.97 | 0.44 |
| Hex | 6C | 3 | DB | 33 | 63 | 0 | E | 10D | 61 | 2C |
| Octal | 154 | 3 | 333 | 63 | 143 | 0 | 16 | 415 | 141 | 54 |
| Binary | 1101100 | 11 | 11011011 | 110011 | 1100011 | 0 | 1110 | 100001101 | 1100001 | 101100 |
Color Harmonies of #6C03DB
Complementary color
Monochromatic Colors of #6C03DB
Black with #6C03DB
Text Example
Text Example
White with #6C03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C03DB; }
p { color: rgb(108,3,219); }
H1.HeaderClassName
{
color: #6C03DB;
}
.AnyTagClassName
{
color: #6C03DB;
}
</style>
background-color css
<style>
a { background-color: #6C03DB; }
a { background-color: rgb(108,3,219); }
div.DivClassName
{
background-color: #6C03DB;
}
.BgClassName
{
background-color: #6C03DB;
}
</style>
border-color css
<style>
span { border-color: #6C03DB; }
span { border-color: rgb(108,3,219); }
td.TdClassName
{
border-color: #6C03DB;
}
.TagClassName
{
border-color: #6C03DB;
}
</style>