Shades of Electric Indigo #6709DC
Tints of Electric Indigo #6709DC
RGB
CMYK
RGB Variations
Color information
#6709DC (or 0x6709DC) is known color: Electric Indigo. HEX triplet: 67, 09 and DC. RGB value is (103,9,220). Sum of RGB (Red+Green+Blue) = 103+9+220=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #6709DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6709DC is #98F623. Grayscale: #3C3C3C. Windows color (decimal): -10024484 or 14420327. OLE color: 14420327.
HSL color Cylindrical-coordinate representation of color #6709DC: hue angle of 266.73º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6709DC is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 9 | 220 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.14 |
| HSL | 266.73º | 0.92% | 0.45% | - |
| HSV(B) | 266.73º | 0.96% | 0.86% | - |
| XYZ | 18.61 | 8.25 | 68.32 | - |
| YUV | 61.16 | 217.64 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 220 | 0.53 | 0.96 | 0 | 0.14 | 266.73 | 0.92 | 0.45 |
| Hex | 67 | 9 | DC | 35 | 60 | 0 | E | 10B | 5C | 2D |
| Octal | 147 | 11 | 334 | 65 | 140 | 0 | 16 | 413 | 134 | 55 |
| Binary | 1100111 | 1001 | 11011100 | 110101 | 1100000 | 0 | 1110 | 100001011 | 1011100 | 101101 |
Color Harmonies of #6709DC
Complementary color
Monochromatic Colors of #6709DC
Black with #6709DC
Text Example
Text Example
White with #6709DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6709DC; }
p { color: rgb(103,9,220); }
H1.HeaderClassName
{
color: #6709DC;
}
.AnyTagClassName
{
color: #6709DC;
}
</style>
background-color css
<style>
a { background-color: #6709DC; }
a { background-color: rgb(103,9,220); }
div.DivClassName
{
background-color: #6709DC;
}
.BgClassName
{
background-color: #6709DC;
}
</style>
border-color css
<style>
span { border-color: #6709DC; }
span { border-color: rgb(103,9,220); }
td.TdClassName
{
border-color: #6709DC;
}
.TagClassName
{
border-color: #6709DC;
}
</style>