Shades of Electric Indigo #6603FE
Tints of Electric Indigo #6603FE
RGB
CMYK
RGB Variations
Color information
#6603FE (or 0x6603FE) is known color: Electric Indigo. HEX triplet: 66, 03 and FE. RGB value is (102,3,254). Sum of RGB (Red+Green+Blue) = 102+3+254=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #6603FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6603FE is #99FC01. Grayscale: #3C3C3C. Windows color (decimal): -10091522 or 16647014. OLE color: 16647014.
HSL color Cylindrical-coordinate representation of color #6603FE: hue angle of 263.67º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6603FE is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 3 | 254 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.00 |
| HSL | 263.67º | 0.99% | 0.5% | - |
| HSV(B) | 263.67º | 0.99% | 1% | - |
| XYZ | 23.4 | 10.05 | 94.47 | - |
| YUV | 61.22 | 236.8 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 254 | 0.60 | 0.99 | 0 | 0.00 | 263.67 | 0.99 | 0.5 |
| Hex | 66 | 3 | FE | 3C | 63 | 0 | 0 | 108 | 63 | 32 |
| Octal | 146 | 3 | 376 | 74 | 143 | 0 | 0 | 410 | 143 | 62 |
| Binary | 1100110 | 11 | 11111110 | 111100 | 1100011 | 0 | 0 | 100001000 | 1100011 | 110010 |
Color Harmonies of #6603FE
Complementary color
Monochromatic Colors of #6603FE
Black with #6603FE
Text Example
Text Example
White with #6603FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6603FE; }
p { color: rgb(102,3,254); }
H1.HeaderClassName
{
color: #6603FE;
}
.AnyTagClassName
{
color: #6603FE;
}
</style>
background-color css
<style>
a { background-color: #6603FE; }
a { background-color: rgb(102,3,254); }
div.DivClassName
{
background-color: #6603FE;
}
.BgClassName
{
background-color: #6603FE;
}
</style>
border-color css
<style>
span { border-color: #6603FE; }
span { border-color: rgb(102,3,254); }
td.TdClassName
{
border-color: #6603FE;
}
.TagClassName
{
border-color: #6603FE;
}
</style>