Shades of Electric Indigo #6604FF
Tints of Electric Indigo #6604FF
RGB
CMYK
RGB Variations
Color information
#6604FF (or 0x6604FF) is known color: Electric Indigo. HEX triplet: 66, 04 and FF. RGB value is (102,4,255). Sum of RGB (Red+Green+Blue) = 102+4+255=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #6604FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6604FF is #99FB00. Grayscale: #3D3D3D. Windows color (decimal): -10091265 or 16712806. OLE color: 16712806.
HSL color Cylindrical-coordinate representation of color #6604FF: hue angle of 263.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6604FF is Cyan = 0.6, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 4 | 255 | - |
| CMYK | 0.6 | 0.98 | 0 | 0 |
| HSL | 263.43º | 1% | 0.51% | - |
| HSV(B) | 263.43º | 0.98% | 1% | - |
| XYZ | 23.57 | 10.13 | 95.32 | - |
| YUV | 61.92 | 236.97 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 255 | 0.6 | 0.98 | 0 | 0 | 263.43 | 1 | 0.51 |
| Hex | 66 | 4 | FF | 3C | 62 | 0 | 0 | 107 | 64 | 33 |
| Octal | 146 | 4 | 377 | 74 | 142 | 0 | 0 | 407 | 144 | 63 |
| Binary | 1100110 | 100 | 11111111 | 111100 | 1100010 | 0 | 0 | 100000111 | 1100100 | 110011 |
Color Harmonies of #6604FF
Complementary color
Monochromatic Colors of #6604FF
Black with #6604FF
Text Example
Text Example
White with #6604FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6604FF; }
p { color: rgb(102,4,255); }
H1.HeaderClassName
{
color: #6604FF;
}
.AnyTagClassName
{
color: #6604FF;
}
</style>
background-color css
<style>
a { background-color: #6604FF; }
a { background-color: rgb(102,4,255); }
div.DivClassName
{
background-color: #6604FF;
}
.BgClassName
{
background-color: #6604FF;
}
</style>
border-color css
<style>
span { border-color: #6604FF; }
span { border-color: rgb(102,4,255); }
td.TdClassName
{
border-color: #6604FF;
}
.TagClassName
{
border-color: #6604FF;
}
</style>