Shades of Electric Indigo #6603FD
Tints of Electric Indigo #6603FD
RGB
CMYK
RGB Variations
Color information
#6603FD (or 0x6603FD) is known color: Electric Indigo. HEX triplet: 66, 03 and FD. RGB value is (102,3,253). Sum of RGB (Red+Green+Blue) = 102+3+253=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #6603FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6603FD is #99FC02. Grayscale: #3C3C3C. Windows color (decimal): -10091523 or 16581478. OLE color: 16581478.
HSL color Cylindrical-coordinate representation of color #6603FD: hue angle of 263.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6603FD is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 3 | 253 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.01 |
| HSL | 263.76º | 0.98% | 0.5% | - |
| HSV(B) | 263.76º | 0.99% | 0.99% | - |
| XYZ | 23.24 | 9.98 | 93.63 | - |
| YUV | 61.1 | 236.3 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 253 | 0.60 | 0.99 | 0 | 0.01 | 263.76 | 0.98 | 0.5 |
| Hex | 66 | 3 | FD | 3C | 63 | 0 | 1 | 108 | 62 | 32 |
| Octal | 146 | 3 | 375 | 74 | 143 | 0 | 1 | 410 | 142 | 62 |
| Binary | 1100110 | 11 | 11111101 | 111100 | 1100011 | 0 | 1 | 100001000 | 1100010 | 110010 |
Color Harmonies of #6603FD
Complementary color
Monochromatic Colors of #6603FD
Black with #6603FD
Text Example
Text Example
White with #6603FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6603FD; }
p { color: rgb(102,3,253); }
H1.HeaderClassName
{
color: #6603FD;
}
.AnyTagClassName
{
color: #6603FD;
}
</style>
background-color css
<style>
a { background-color: #6603FD; }
a { background-color: rgb(102,3,253); }
div.DivClassName
{
background-color: #6603FD;
}
.BgClassName
{
background-color: #6603FD;
}
</style>
border-color css
<style>
span { border-color: #6603FD; }
span { border-color: rgb(102,3,253); }
td.TdClassName
{
border-color: #6603FD;
}
.TagClassName
{
border-color: #6603FD;
}
</style>