Shades of Electric Indigo #6607FC
Tints of Electric Indigo #6607FC
RGB
CMYK
RGB Variations
Color information
#6607FC (or 0x6607FC) is known color: Electric Indigo. HEX triplet: 66, 07 and FC. RGB value is (102,7,252). Sum of RGB (Red+Green+Blue) = 102+7+252=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #6607FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6607FC is #99F803. Grayscale: #3E3E3E. Windows color (decimal): -10090500 or 16516966. OLE color: 16516966.
HSL color Cylindrical-coordinate representation of color #6607FC: hue angle of 263.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6607FC is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 7 | 252 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.01 |
| HSL | 263.27º | 0.98% | 0.51% | - |
| HSV(B) | 263.27º | 0.97% | 0.99% | - |
| XYZ | 23.13 | 10.01 | 92.81 | - |
| YUV | 63.34 | 234.47 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 252 | 0.60 | 0.97 | 0 | 0.01 | 263.27 | 0.98 | 0.51 |
| Hex | 66 | 7 | FC | 3C | 61 | 0 | 1 | 107 | 62 | 33 |
| Octal | 146 | 7 | 374 | 74 | 141 | 0 | 1 | 407 | 142 | 63 |
| Binary | 1100110 | 111 | 11111100 | 111100 | 1100001 | 0 | 1 | 100000111 | 1100010 | 110011 |
Color Harmonies of #6607FC
Complementary color
Monochromatic Colors of #6607FC
Black with #6607FC
Text Example
Text Example
White with #6607FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6607FC; }
p { color: rgb(102,7,252); }
H1.HeaderClassName
{
color: #6607FC;
}
.AnyTagClassName
{
color: #6607FC;
}
</style>
background-color css
<style>
a { background-color: #6607FC; }
a { background-color: rgb(102,7,252); }
div.DivClassName
{
background-color: #6607FC;
}
.BgClassName
{
background-color: #6607FC;
}
</style>
border-color css
<style>
span { border-color: #6607FC; }
span { border-color: rgb(102,7,252); }
td.TdClassName
{
border-color: #6607FC;
}
.TagClassName
{
border-color: #6607FC;
}
</style>