Shades of Electric Indigo #6603FB
Tints of Electric Indigo #6603FB
RGB
CMYK
RGB Variations
Color information
#6603FB (or 0x6603FB) is known color: Electric Indigo. HEX triplet: 66, 03 and FB. RGB value is (102,3,251). Sum of RGB (Red+Green+Blue) = 102+3+251=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #6603FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6603FB is #99FC04. Grayscale: #3B3B3B. Windows color (decimal): -10091525 or 16450406. OLE color: 16450406.
HSL color Cylindrical-coordinate representation of color #6603FB: hue angle of 263.95º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6603FB is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 3 | 251 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.02 |
| HSL | 263.95º | 0.98% | 0.5% | - |
| HSV(B) | 263.95º | 0.99% | 0.98% | - |
| XYZ | 22.92 | 9.85 | 91.96 | - |
| YUV | 60.87 | 235.3 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 251 | 0.59 | 0.99 | 0 | 0.02 | 263.95 | 0.98 | 0.5 |
| Hex | 66 | 3 | FB | 3B | 63 | 0 | 2 | 108 | 62 | 32 |
| Octal | 146 | 3 | 373 | 73 | 143 | 0 | 2 | 410 | 142 | 62 |
| Binary | 1100110 | 11 | 11111011 | 111011 | 1100011 | 0 | 10 | 100001000 | 1100010 | 110010 |
Color Harmonies of #6603FB
Complementary color
Monochromatic Colors of #6603FB
Black with #6603FB
Text Example
Text Example
White with #6603FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6603FB; }
p { color: rgb(102,3,251); }
H1.HeaderClassName
{
color: #6603FB;
}
.AnyTagClassName
{
color: #6603FB;
}
</style>
background-color css
<style>
a { background-color: #6603FB; }
a { background-color: rgb(102,3,251); }
div.DivClassName
{
background-color: #6603FB;
}
.BgClassName
{
background-color: #6603FB;
}
</style>
border-color css
<style>
span { border-color: #6603FB; }
span { border-color: rgb(102,3,251); }
td.TdClassName
{
border-color: #6603FB;
}
.TagClassName
{
border-color: #6603FB;
}
</style>