Shades of Electric Indigo #660EFD
Tints of Electric Indigo #660EFD
RGB
CMYK
RGB Variations
Color information
#660EFD (or 0x660EFD) is known color: Electric Indigo. HEX triplet: 66, 0E and FD. RGB value is (102,14,253). Sum of RGB (Red+Green+Blue) = 102+14+253=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #660EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660EFD is #99F102. Grayscale: #424242. Windows color (decimal): -10088707 or 16584294. OLE color: 16584294.
HSL color Cylindrical-coordinate representation of color #660EFD: hue angle of 262.09º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660EFD is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 14 | 253 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.01 |
| HSL | 262.09º | 0.98% | 0.52% | - |
| HSV(B) | 262.09º | 0.94% | 0.99% | - |
| XYZ | 23.37 | 10.23 | 93.67 | - |
| YUV | 67.56 | 232.65 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 253 | 0.60 | 0.94 | 0 | 0.01 | 262.09 | 0.98 | 0.52 |
| Hex | 66 | E | FD | 3C | 5E | 0 | 1 | 106 | 62 | 34 |
| Octal | 146 | 16 | 375 | 74 | 136 | 0 | 1 | 406 | 142 | 64 |
| Binary | 1100110 | 1110 | 11111101 | 111100 | 1011110 | 0 | 1 | 100000110 | 1100010 | 110100 |
Color Harmonies of #660EFD
Complementary color
Monochromatic Colors of #660EFD
Black with #660EFD
Text Example
Text Example
White with #660EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660EFD; }
p { color: rgb(102,14,253); }
H1.HeaderClassName
{
color: #660EFD;
}
.AnyTagClassName
{
color: #660EFD;
}
</style>
background-color css
<style>
a { background-color: #660EFD; }
a { background-color: rgb(102,14,253); }
div.DivClassName
{
background-color: #660EFD;
}
.BgClassName
{
background-color: #660EFD;
}
</style>
border-color css
<style>
span { border-color: #660EFD; }
span { border-color: rgb(102,14,253); }
td.TdClassName
{
border-color: #660EFD;
}
.TagClassName
{
border-color: #660EFD;
}
</style>