Shades of Electric Indigo #6604FC
Tints of Electric Indigo #6604FC
RGB
CMYK
RGB Variations
Color information
#6604FC (or 0x6604FC) is known color: Electric Indigo. HEX triplet: 66, 04 and FC. RGB value is (102,4,252). Sum of RGB (Red+Green+Blue) = 102+4+252=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #6604FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6604FC is #99FB03. Grayscale: #3C3C3C. Windows color (decimal): -10091268 or 16516198. OLE color: 16516198.
HSL color Cylindrical-coordinate representation of color #6604FC: hue angle of 263.71º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6604FC is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 4 | 252 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.01 |
| HSL | 263.71º | 0.98% | 0.5% | - |
| HSV(B) | 263.71º | 0.98% | 0.99% | - |
| XYZ | 23.09 | 9.94 | 92.8 | - |
| YUV | 61.57 | 235.47 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 252 | 0.60 | 0.98 | 0 | 0.01 | 263.71 | 0.98 | 0.5 |
| Hex | 66 | 4 | FC | 3C | 62 | 0 | 1 | 108 | 62 | 32 |
| Octal | 146 | 4 | 374 | 74 | 142 | 0 | 1 | 410 | 142 | 62 |
| Binary | 1100110 | 100 | 11111100 | 111100 | 1100010 | 0 | 1 | 100001000 | 1100010 | 110010 |
Color Harmonies of #6604FC
Complementary color
Monochromatic Colors of #6604FC
Black with #6604FC
Text Example
Text Example
White with #6604FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6604FC; }
p { color: rgb(102,4,252); }
H1.HeaderClassName
{
color: #6604FC;
}
.AnyTagClassName
{
color: #6604FC;
}
</style>
background-color css
<style>
a { background-color: #6604FC; }
a { background-color: rgb(102,4,252); }
div.DivClassName
{
background-color: #6604FC;
}
.BgClassName
{
background-color: #6604FC;
}
</style>
border-color css
<style>
span { border-color: #6604FC; }
span { border-color: rgb(102,4,252); }
td.TdClassName
{
border-color: #6604FC;
}
.TagClassName
{
border-color: #6604FC;
}
</style>