Shades of Electric Indigo #6607FE
Tints of Electric Indigo #6607FE
RGB
CMYK
RGB Variations
Color information
#6607FE (or 0x6607FE) is known color: Electric Indigo. HEX triplet: 66, 07 and FE. RGB value is (102,7,254). Sum of RGB (Red+Green+Blue) = 102+7+254=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #6607FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6607FE is #99F801. Grayscale: #3E3E3E. Windows color (decimal): -10090498 or 16648038. OLE color: 16648038.
HSL color Cylindrical-coordinate representation of color #6607FE: hue angle of 263.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6607FE is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 7 | 254 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.00 |
| HSL | 263.08º | 0.99% | 0.51% | - |
| HSV(B) | 263.08º | 0.97% | 1% | - |
| XYZ | 23.44 | 10.13 | 94.49 | - |
| YUV | 63.56 | 235.47 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 254 | 0.60 | 0.97 | 0 | 0.00 | 263.08 | 0.99 | 0.51 |
| Hex | 66 | 7 | FE | 3C | 61 | 0 | 0 | 107 | 63 | 33 |
| Octal | 146 | 7 | 376 | 74 | 141 | 0 | 0 | 407 | 143 | 63 |
| Binary | 1100110 | 111 | 11111110 | 111100 | 1100001 | 0 | 0 | 100000111 | 1100011 | 110011 |
Color Harmonies of #6607FE
Complementary color
Monochromatic Colors of #6607FE
Black with #6607FE
Text Example
Text Example
White with #6607FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6607FE; }
p { color: rgb(102,7,254); }
H1.HeaderClassName
{
color: #6607FE;
}
.AnyTagClassName
{
color: #6607FE;
}
</style>
background-color css
<style>
a { background-color: #6607FE; }
a { background-color: rgb(102,7,254); }
div.DivClassName
{
background-color: #6607FE;
}
.BgClassName
{
background-color: #6607FE;
}
</style>
border-color css
<style>
span { border-color: #6607FE; }
span { border-color: rgb(102,7,254); }
td.TdClassName
{
border-color: #6607FE;
}
.TagClassName
{
border-color: #6607FE;
}
</style>