Shades of Electric Indigo #6706ED
Tints of Electric Indigo #6706ED
RGB
CMYK
RGB Variations
Color information
#6706ED (or 0x6706ED) is known color: Electric Indigo. HEX triplet: 67, 06 and ED. RGB value is (103,6,237). Sum of RGB (Red+Green+Blue) = 103+6+237=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #6706ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6706ED is #98F912. Grayscale: #3C3C3C. Windows color (decimal): -10025235 or 15533671. OLE color: 15533671.
HSL color Cylindrical-coordinate representation of color #6706ED: hue angle of 265.19º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6706ED is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 6 | 237 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.07 |
| HSL | 265.19º | 0.95% | 0.48% | - |
| HSV(B) | 265.19º | 0.97% | 0.93% | - |
| XYZ | 20.94 | 9.13 | 80.78 | - |
| YUV | 61.34 | 227.14 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 6 | 237 | 0.57 | 0.97 | 0 | 0.07 | 265.19 | 0.95 | 0.48 |
| Hex | 67 | 6 | ED | 39 | 61 | 0 | 7 | 109 | 5F | 30 |
| Octal | 147 | 6 | 355 | 71 | 141 | 0 | 7 | 411 | 137 | 60 |
| Binary | 1100111 | 110 | 11101101 | 111001 | 1100001 | 0 | 111 | 100001001 | 1011111 | 110000 |
Color Harmonies of #6706ED
Complementary color
Monochromatic Colors of #6706ED
Black with #6706ED
Text Example
Text Example
White with #6706ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6706ED; }
p { color: rgb(103,6,237); }
H1.HeaderClassName
{
color: #6706ED;
}
.AnyTagClassName
{
color: #6706ED;
}
</style>
background-color css
<style>
a { background-color: #6706ED; }
a { background-color: rgb(103,6,237); }
div.DivClassName
{
background-color: #6706ED;
}
.BgClassName
{
background-color: #6706ED;
}
</style>
border-color css
<style>
span { border-color: #6706ED; }
span { border-color: rgb(103,6,237); }
td.TdClassName
{
border-color: #6706ED;
}
.TagClassName
{
border-color: #6706ED;
}
</style>