Shades of Electric Indigo #6706E3
Tints of Electric Indigo #6706E3
RGB
CMYK
RGB Variations
Color information
#6706E3 (or 0x6706E3) is known color: Electric Indigo. HEX triplet: 67, 06 and E3. RGB value is (103,6,227). Sum of RGB (Red+Green+Blue) = 103+6+227=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 227 (89.06% from 255 or 67.56% from 336); Max value from RGB is 227 - color contains mainly: blue. Hex color #6706E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6706E3 is #98F91C. Grayscale: #3B3B3B. Windows color (decimal): -10025245 or 14878311. OLE color: 14878311.
HSL color Cylindrical-coordinate representation of color #6706E3: hue angle of 266.33º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6706E3 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 103 | 6 | 227 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.11 |
| HSL | 266.33º | 0.95% | 0.46% | - |
| HSV(B) | 266.33º | 0.97% | 0.89% | - |
| XYZ | 19.52 | 8.56 | 73.3 | - |
| YUV | 60.2 | 222.14 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 6 | 227 | 0.55 | 0.97 | 0 | 0.11 | 266.33 | 0.95 | 0.46 |
| Hex | 67 | 6 | E3 | 37 | 61 | 0 | B | 10A | 5F | 2E |
| Octal | 147 | 6 | 343 | 67 | 141 | 0 | 13 | 412 | 137 | 56 |
| Binary | 1100111 | 110 | 11100011 | 110111 | 1100001 | 0 | 1011 | 100001010 | 1011111 | 101110 |
Color Harmonies of #6706E3
Complementary color
Monochromatic Colors of #6706E3
Black with #6706E3
Text Example
Text Example
White with #6706E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6706E3; }
p { color: rgb(103,6,227); }
H1.HeaderClassName
{
color: #6706E3;
}
.AnyTagClassName
{
color: #6706E3;
}
</style>
background-color css
<style>
a { background-color: #6706E3; }
a { background-color: rgb(103,6,227); }
div.DivClassName
{
background-color: #6706E3;
}
.BgClassName
{
background-color: #6706E3;
}
</style>
border-color css
<style>
span { border-color: #6706E3; }
span { border-color: rgb(103,6,227); }
td.TdClassName
{
border-color: #6706E3;
}
.TagClassName
{
border-color: #6706E3;
}
</style>