Shades of Electric Indigo #6604FE
Tints of Electric Indigo #6604FE
RGB
CMYK
RGB Variations
Color information
#6604FE (or 0x6604FE) is known color: Electric Indigo. HEX triplet: 66, 04 and FE. RGB value is (102,4,254). Sum of RGB (Red+Green+Blue) = 102+4+254=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #6604FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6604FE is #99FB01. Grayscale: #3C3C3C. Windows color (decimal): -10091266 or 16647270. OLE color: 16647270.
HSL color Cylindrical-coordinate representation of color #6604FE: hue angle of 263.52º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6604FE is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 4 | 254 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.00 |
| HSL | 263.52º | 0.99% | 0.51% | - |
| HSV(B) | 263.52º | 0.98% | 1% | - |
| XYZ | 23.41 | 10.07 | 94.48 | - |
| YUV | 61.8 | 236.47 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 254 | 0.60 | 0.98 | 0 | 0.00 | 263.52 | 0.99 | 0.51 |
| Hex | 66 | 4 | FE | 3C | 62 | 0 | 0 | 108 | 63 | 33 |
| Octal | 146 | 4 | 376 | 74 | 142 | 0 | 0 | 410 | 143 | 63 |
| Binary | 1100110 | 100 | 11111110 | 111100 | 1100010 | 0 | 0 | 100001000 | 1100011 | 110011 |
Color Harmonies of #6604FE
Complementary color
Monochromatic Colors of #6604FE
Black with #6604FE
Text Example
Text Example
White with #6604FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6604FE; }
p { color: rgb(102,4,254); }
H1.HeaderClassName
{
color: #6604FE;
}
.AnyTagClassName
{
color: #6604FE;
}
</style>
background-color css
<style>
a { background-color: #6604FE; }
a { background-color: rgb(102,4,254); }
div.DivClassName
{
background-color: #6604FE;
}
.BgClassName
{
background-color: #6604FE;
}
</style>
border-color css
<style>
span { border-color: #6604FE; }
span { border-color: rgb(102,4,254); }
td.TdClassName
{
border-color: #6604FE;
}
.TagClassName
{
border-color: #6604FE;
}
</style>