Shades of Electric Indigo #6607F6
Tints of Electric Indigo #6607F6
RGB
CMYK
RGB Variations
Color information
#6607F6 (or 0x6607F6) is known color: Electric Indigo. HEX triplet: 66, 07 and F6. RGB value is (102,7,246). Sum of RGB (Red+Green+Blue) = 102+7+246=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 246 (96.48% from 255 or 69.30% from 355); Max value from RGB is 246 - color contains mainly: blue. Hex color #6607F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6607F6 is #99F809. Grayscale: #3D3D3D. Windows color (decimal): -10090506 or 16123750. OLE color: 16123750.
HSL color Cylindrical-coordinate representation of color #6607F6: hue angle of 263.85º 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 #6607F6 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 7 | 246 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.04 |
| HSL | 263.85º | 0.94% | 0.5% | - |
| HSV(B) | 263.85º | 0.97% | 0.96% | - |
| XYZ | 22.19 | 9.63 | 87.88 | - |
| YUV | 62.65 | 231.47 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 246 | 0.59 | 0.97 | 0 | 0.04 | 263.85 | 0.94 | 0.5 |
| Hex | 66 | 7 | F6 | 3B | 61 | 0 | 4 | 108 | 5E | 32 |
| Octal | 146 | 7 | 366 | 73 | 141 | 0 | 4 | 410 | 136 | 62 |
| Binary | 1100110 | 111 | 11110110 | 111011 | 1100001 | 0 | 100 | 100001000 | 1011110 | 110010 |
Color Harmonies of #6607F6
Complementary color
Monochromatic Colors of #6607F6
Black with #6607F6
Text Example
Text Example
White with #6607F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6607F6; }
p { color: rgb(102,7,246); }
H1.HeaderClassName
{
color: #6607F6;
}
.AnyTagClassName
{
color: #6607F6;
}
</style>
background-color css
<style>
a { background-color: #6607F6; }
a { background-color: rgb(102,7,246); }
div.DivClassName
{
background-color: #6607F6;
}
.BgClassName
{
background-color: #6607F6;
}
</style>
border-color css
<style>
span { border-color: #6607F6; }
span { border-color: rgb(102,7,246); }
td.TdClassName
{
border-color: #6607F6;
}
.TagClassName
{
border-color: #6607F6;
}
</style>