Shades of Electric Indigo #6707F6
Tints of Electric Indigo #6707F6
RGB
CMYK
RGB Variations
Color information
#6707F6 (or 0x6707F6) is known color: Electric Indigo. HEX triplet: 67, 07 and F6. RGB value is (103,7,246). Sum of RGB (Red+Green+Blue) = 103+7+246=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 246 (96.48% from 255 or 69.10% from 356); Max value from RGB is 246 - color contains mainly: blue. Hex color #6707F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6707F6 is #98F809. Grayscale: #3E3E3E. Windows color (decimal): -10024970 or 16123751. OLE color: 16123751.
HSL color Cylindrical-coordinate representation of color #6707F6: hue angle of 264.1º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6707F6 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 7 | 246 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.04 |
| HSL | 264.1º | 0.94% | 0.5% | - |
| HSV(B) | 264.1º | 0.97% | 0.96% | - |
| XYZ | 22.3 | 9.69 | 87.88 | - |
| YUV | 62.95 | 231.3 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 7 | 246 | 0.58 | 0.97 | 0 | 0.04 | 264.1 | 0.94 | 0.5 |
| Hex | 67 | 7 | F6 | 3A | 61 | 0 | 4 | 108 | 5E | 32 |
| Octal | 147 | 7 | 366 | 72 | 141 | 0 | 4 | 410 | 136 | 62 |
| Binary | 1100111 | 111 | 11110110 | 111010 | 1100001 | 0 | 100 | 100001000 | 1011110 | 110010 |
Color Harmonies of #6707F6
Complementary color
Monochromatic Colors of #6707F6
Black with #6707F6
Text Example
Text Example
White with #6707F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6707F6; }
p { color: rgb(103,7,246); }
H1.HeaderClassName
{
color: #6707F6;
}
.AnyTagClassName
{
color: #6707F6;
}
</style>
background-color css
<style>
a { background-color: #6707F6; }
a { background-color: rgb(103,7,246); }
div.DivClassName
{
background-color: #6707F6;
}
.BgClassName
{
background-color: #6707F6;
}
</style>
border-color css
<style>
span { border-color: #6707F6; }
span { border-color: rgb(103,7,246); }
td.TdClassName
{
border-color: #6707F6;
}
.TagClassName
{
border-color: #6707F6;
}
</style>