Shades of Electric Indigo #6C04DB
Tints of Electric Indigo #6C04DB
RGB
CMYK
RGB Variations
Color information
#6C04DB (or 0x6C04DB) is known color: Electric Indigo. HEX triplet: 6C, 04 and DB. RGB value is (108,4,219). Sum of RGB (Red+Green+Blue) = 108+4+219=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 4 (1.95% from 255 or 1.21% 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 #6C04DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C04DB is #93FB24. Grayscale: #3A3A3A. Windows color (decimal): -9698085 or 14353516. OLE color: 14353516.
HSL color Cylindrical-coordinate representation of color #6C04DB: hue angle of 269.02º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C04DB is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 4 | 219 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.14 |
| HSL | 269.02º | 0.96% | 0.44% | - |
| HSV(B) | 269.02º | 0.98% | 0.86% | - |
| XYZ | 19.01 | 8.39 | 67.64 | - |
| YUV | 59.61 | 217.96 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 219 | 0.51 | 0.98 | 0 | 0.14 | 269.02 | 0.96 | 0.44 |
| Hex | 6C | 4 | DB | 33 | 62 | 0 | E | 10D | 60 | 2C |
| Octal | 154 | 4 | 333 | 63 | 142 | 0 | 16 | 415 | 140 | 54 |
| Binary | 1101100 | 100 | 11011011 | 110011 | 1100010 | 0 | 1110 | 100001101 | 1100000 | 101100 |
Color Harmonies of #6C04DB
Complementary color
Monochromatic Colors of #6C04DB
Black with #6C04DB
Text Example
Text Example
White with #6C04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C04DB; }
p { color: rgb(108,4,219); }
H1.HeaderClassName
{
color: #6C04DB;
}
.AnyTagClassName
{
color: #6C04DB;
}
</style>
background-color css
<style>
a { background-color: #6C04DB; }
a { background-color: rgb(108,4,219); }
div.DivClassName
{
background-color: #6C04DB;
}
.BgClassName
{
background-color: #6C04DB;
}
</style>
border-color css
<style>
span { border-color: #6C04DB; }
span { border-color: rgb(108,4,219); }
td.TdClassName
{
border-color: #6C04DB;
}
.TagClassName
{
border-color: #6C04DB;
}
</style>