Shades of Electric Indigo #6706DC
Tints of Electric Indigo #6706DC
RGB
CMYK
RGB Variations
Color information
#6706DC (or 0x6706DC) is known color: Electric Indigo. HEX triplet: 67, 06 and DC. RGB value is (103,6,220). Sum of RGB (Red+Green+Blue) = 103+6+220=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 6 (2.73% from 255 or 1.82% 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 #6706DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6706DC is #98F923. Grayscale: #3A3A3A. Windows color (decimal): -10025252 or 14419559. OLE color: 14419559.
HSL color Cylindrical-coordinate representation of color #6706DC: hue angle of 267.2º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6706DC is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 6 | 220 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.14 |
| HSL | 267.2º | 0.95% | 0.44% | - |
| HSV(B) | 267.2º | 0.97% | 0.86% | - |
| XYZ | 18.58 | 8.18 | 68.31 | - |
| YUV | 59.4 | 218.64 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 6 | 220 | 0.53 | 0.97 | 0 | 0.14 | 267.2 | 0.95 | 0.44 |
| Hex | 67 | 6 | DC | 35 | 61 | 0 | E | 10B | 5F | 2C |
| Octal | 147 | 6 | 334 | 65 | 141 | 0 | 16 | 413 | 137 | 54 |
| Binary | 1100111 | 110 | 11011100 | 110101 | 1100001 | 0 | 1110 | 100001011 | 1011111 | 101100 |
Color Harmonies of #6706DC
Complementary color
Monochromatic Colors of #6706DC
Black with #6706DC
Text Example
Text Example
White with #6706DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6706DC; }
p { color: rgb(103,6,220); }
H1.HeaderClassName
{
color: #6706DC;
}
.AnyTagClassName
{
color: #6706DC;
}
</style>
background-color css
<style>
a { background-color: #6706DC; }
a { background-color: rgb(103,6,220); }
div.DivClassName
{
background-color: #6706DC;
}
.BgClassName
{
background-color: #6706DC;
}
</style>
border-color css
<style>
span { border-color: #6706DC; }
span { border-color: rgb(103,6,220); }
td.TdClassName
{
border-color: #6706DC;
}
.TagClassName
{
border-color: #6706DC;
}
</style>