Shades of Electric Indigo #660AF8
Tints of Electric Indigo #660AF8
RGB
CMYK
RGB Variations
Color information
#660AF8 (or 0x660AF8) is known color: Electric Indigo. HEX triplet: 66, 0A and F8. RGB value is (102,10,248). Sum of RGB (Red+Green+Blue) = 102+10+248=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 248 (97.27% from 255 or 68.89% from 360); Max value from RGB is 248 - color contains mainly: blue. Hex color #660AF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660AF8 is #99F507. Grayscale: #3F3F3F. Windows color (decimal): -10089736 or 16255590. OLE color: 16255590.
HSL color Cylindrical-coordinate representation of color #660AF8: hue angle of 263.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660AF8 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 10 | 248 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.03 |
| HSL | 263.19º | 0.94% | 0.51% | - |
| HSV(B) | 263.19º | 0.96% | 0.97% | - |
| XYZ | 22.53 | 9.82 | 89.51 | - |
| YUV | 64.64 | 231.48 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 248 | 0.59 | 0.96 | 0 | 0.03 | 263.19 | 0.94 | 0.51 |
| Hex | 66 | A | F8 | 3B | 60 | 0 | 3 | 107 | 5E | 33 |
| Octal | 146 | 12 | 370 | 73 | 140 | 0 | 3 | 407 | 136 | 63 |
| Binary | 1100110 | 1010 | 11111000 | 111011 | 1100000 | 0 | 11 | 100000111 | 1011110 | 110011 |
Color Harmonies of #660AF8
Complementary color
Monochromatic Colors of #660AF8
Black with #660AF8
Text Example
Text Example
White with #660AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660AF8; }
p { color: rgb(102,10,248); }
H1.HeaderClassName
{
color: #660AF8;
}
.AnyTagClassName
{
color: #660AF8;
}
</style>
background-color css
<style>
a { background-color: #660AF8; }
a { background-color: rgb(102,10,248); }
div.DivClassName
{
background-color: #660AF8;
}
.BgClassName
{
background-color: #660AF8;
}
</style>
border-color css
<style>
span { border-color: #660AF8; }
span { border-color: rgb(102,10,248); }
td.TdClassName
{
border-color: #660AF8;
}
.TagClassName
{
border-color: #660AF8;
}
</style>