Shades of Electric Indigo #6904DC
Tints of Electric Indigo #6904DC
RGB
CMYK
RGB Variations
Color information
#6904DC (or 0x6904DC) is known color: Electric Indigo. HEX triplet: 69, 04 and DC. RGB value is (105,4,220). Sum of RGB (Red+Green+Blue) = 105+4+220=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #6904DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6904DC is #96FB23. Grayscale: #3A3A3A. Windows color (decimal): -9894692 or 14419049. OLE color: 14419049.
HSL color Cylindrical-coordinate representation of color #6904DC: hue angle of 268.06º 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 #6904DC is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 4 | 220 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.14 |
| HSL | 268.06º | 0.96% | 0.44% | - |
| HSV(B) | 268.06º | 0.98% | 0.86% | - |
| XYZ | 18.79 | 8.26 | 68.31 | - |
| YUV | 58.82 | 218.96 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 4 | 220 | 0.52 | 0.98 | 0 | 0.14 | 268.06 | 0.96 | 0.44 |
| Hex | 69 | 4 | DC | 34 | 62 | 0 | E | 10C | 60 | 2C |
| Octal | 151 | 4 | 334 | 64 | 142 | 0 | 16 | 414 | 140 | 54 |
| Binary | 1101001 | 100 | 11011100 | 110100 | 1100010 | 0 | 1110 | 100001100 | 1100000 | 101100 |
Color Harmonies of #6904DC
Complementary color
Monochromatic Colors of #6904DC
Black with #6904DC
Text Example
Text Example
White with #6904DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6904DC; }
p { color: rgb(105,4,220); }
H1.HeaderClassName
{
color: #6904DC;
}
.AnyTagClassName
{
color: #6904DC;
}
</style>
background-color css
<style>
a { background-color: #6904DC; }
a { background-color: rgb(105,4,220); }
div.DivClassName
{
background-color: #6904DC;
}
.BgClassName
{
background-color: #6904DC;
}
</style>
border-color css
<style>
span { border-color: #6904DC; }
span { border-color: rgb(105,4,220); }
td.TdClassName
{
border-color: #6904DC;
}
.TagClassName
{
border-color: #6904DC;
}
</style>