Shades of Electric Indigo #6710F6
Tints of Electric Indigo #6710F6
RGB
CMYK
RGB Variations
Color information
#6710F6 (or 0x6710F6) is known color: Electric Indigo. HEX triplet: 67, 10 and F6. RGB value is (103,16,246). Sum of RGB (Red+Green+Blue) = 103+16+246=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 246 (96.48% from 255 or 67.40% from 365); Max value from RGB is 246 - color contains mainly: blue. Hex color #6710F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6710F6 is #98EF09. Grayscale: #434343. Windows color (decimal): -10022666 or 16126055. OLE color: 16126055.
HSL color Cylindrical-coordinate representation of color #6710F6: hue angle of 262.7º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6710F6 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 16 | 246 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.04 |
| HSL | 262.7º | 0.93% | 0.51% | - |
| HSV(B) | 262.7º | 0.93% | 0.96% | - |
| XYZ | 22.41 | 9.91 | 87.92 | - |
| YUV | 68.23 | 228.32 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 246 | 0.58 | 0.93 | 0 | 0.04 | 262.7 | 0.93 | 0.51 |
| Hex | 67 | 10 | F6 | 3A | 5D | 0 | 4 | 107 | 5D | 33 |
| Octal | 147 | 20 | 366 | 72 | 135 | 0 | 4 | 407 | 135 | 63 |
| Binary | 1100111 | 10000 | 11110110 | 111010 | 1011101 | 0 | 100 | 100000111 | 1011101 | 110011 |
Color Harmonies of #6710F6
Complementary color
Monochromatic Colors of #6710F6
Black with #6710F6
Text Example
Text Example
White with #6710F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6710F6; }
p { color: rgb(103,16,246); }
H1.HeaderClassName
{
color: #6710F6;
}
.AnyTagClassName
{
color: #6710F6;
}
</style>
background-color css
<style>
a { background-color: #6710F6; }
a { background-color: rgb(103,16,246); }
div.DivClassName
{
background-color: #6710F6;
}
.BgClassName
{
background-color: #6710F6;
}
</style>
border-color css
<style>
span { border-color: #6710F6; }
span { border-color: rgb(103,16,246); }
td.TdClassName
{
border-color: #6710F6;
}
.TagClassName
{
border-color: #6710F6;
}
</style>