Shades of Electric Indigo #6603E3
Tints of Electric Indigo #6603E3
RGB
CMYK
RGB Variations
Color information
#6603E3 (or 0x6603E3) is known color: Electric Indigo. HEX triplet: 66, 03 and E3. RGB value is (102,3,227). Sum of RGB (Red+Green+Blue) = 102+3+227=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 227 (89.06% from 255 or 68.37% from 332); Max value from RGB is 227 - color contains mainly: blue. Hex color #6603E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6603E3 is #99FC1C. Grayscale: #393939. Windows color (decimal): -10091549 or 14877542. OLE color: 14877542.
HSL color Cylindrical-coordinate representation of color #6603E3: hue angle of 266.52º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6603E3 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 3 | 227 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.11 |
| HSL | 266.52º | 0.97% | 0.45% | - |
| HSV(B) | 266.52º | 0.99% | 0.89% | - |
| XYZ | 19.38 | 8.44 | 73.28 | - |
| YUV | 58.14 | 223.3 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 227 | 0.55 | 0.99 | 0 | 0.11 | 266.52 | 0.97 | 0.45 |
| Hex | 66 | 3 | E3 | 37 | 63 | 0 | B | 10B | 61 | 2D |
| Octal | 146 | 3 | 343 | 67 | 143 | 0 | 13 | 413 | 141 | 55 |
| Binary | 1100110 | 11 | 11100011 | 110111 | 1100011 | 0 | 1011 | 100001011 | 1100001 | 101101 |
Color Harmonies of #6603E3
Complementary color
Monochromatic Colors of #6603E3
Black with #6603E3
Text Example
Text Example
White with #6603E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6603E3; }
p { color: rgb(102,3,227); }
H1.HeaderClassName
{
color: #6603E3;
}
.AnyTagClassName
{
color: #6603E3;
}
</style>
background-color css
<style>
a { background-color: #6603E3; }
a { background-color: rgb(102,3,227); }
div.DivClassName
{
background-color: #6603E3;
}
.BgClassName
{
background-color: #6603E3;
}
</style>
border-color css
<style>
span { border-color: #6603E3; }
span { border-color: rgb(102,3,227); }
td.TdClassName
{
border-color: #6603E3;
}
.TagClassName
{
border-color: #6603E3;
}
</style>