Shades of Electric Indigo #6C05DB
Tints of Electric Indigo #6C05DB
RGB
CMYK
RGB Variations
Color information
#6C05DB (or 0x6C05DB) is known color: Electric Indigo. HEX triplet: 6C, 05 and DB. RGB value is (108,5,219). Sum of RGB (Red+Green+Blue) = 108+5+219=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C05DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C05DB is #93FA24. Grayscale: #3B3B3B. Windows color (decimal): -9697829 or 14353772. OLE color: 14353772.
HSL color Cylindrical-coordinate representation of color #6C05DB: hue angle of 268.88º 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 #6C05DB is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 5 | 219 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.14 |
| HSL | 268.88º | 0.96% | 0.44% | - |
| HSV(B) | 268.88º | 0.98% | 0.86% | - |
| XYZ | 19.02 | 8.41 | 67.64 | - |
| YUV | 60.19 | 217.62 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 219 | 0.51 | 0.98 | 0 | 0.14 | 268.88 | 0.96 | 0.44 |
| Hex | 6C | 5 | DB | 33 | 62 | 0 | E | 10D | 60 | 2C |
| Octal | 154 | 5 | 333 | 63 | 142 | 0 | 16 | 415 | 140 | 54 |
| Binary | 1101100 | 101 | 11011011 | 110011 | 1100010 | 0 | 1110 | 100001101 | 1100000 | 101100 |
Color Harmonies of #6C05DB
Complementary color
Monochromatic Colors of #6C05DB
Black with #6C05DB
Text Example
Text Example
White with #6C05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C05DB; }
p { color: rgb(108,5,219); }
H1.HeaderClassName
{
color: #6C05DB;
}
.AnyTagClassName
{
color: #6C05DB;
}
</style>
background-color css
<style>
a { background-color: #6C05DB; }
a { background-color: rgb(108,5,219); }
div.DivClassName
{
background-color: #6C05DB;
}
.BgClassName
{
background-color: #6C05DB;
}
</style>
border-color css
<style>
span { border-color: #6C05DB; }
span { border-color: rgb(108,5,219); }
td.TdClassName
{
border-color: #6C05DB;
}
.TagClassName
{
border-color: #6C05DB;
}
</style>