Shades of Electric Indigo #660FFD
Tints of Electric Indigo #660FFD
RGB
CMYK
RGB Variations
Color information
#660FFD (or 0x660FFD) is known color: Electric Indigo. HEX triplet: 66, 0F and FD. RGB value is (102,15,253). Sum of RGB (Red+Green+Blue) = 102+15+253=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #660FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660FFD is #99F002. Grayscale: #434343. Windows color (decimal): -10088451 or 16584550. OLE color: 16584550.
HSL color Cylindrical-coordinate representation of color #660FFD: hue angle of 261.93º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660FFD is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 15 | 253 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.01 |
| HSL | 261.93º | 0.98% | 0.53% | - |
| HSV(B) | 261.93º | 0.94% | 0.99% | - |
| XYZ | 23.38 | 10.26 | 93.68 | - |
| YUV | 68.15 | 232.32 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 253 | 0.60 | 0.94 | 0 | 0.01 | 261.93 | 0.98 | 0.53 |
| Hex | 66 | F | FD | 3C | 5E | 0 | 1 | 106 | 62 | 35 |
| Octal | 146 | 17 | 375 | 74 | 136 | 0 | 1 | 406 | 142 | 65 |
| Binary | 1100110 | 1111 | 11111101 | 111100 | 1011110 | 0 | 1 | 100000110 | 1100010 | 110101 |
Color Harmonies of #660FFD
Complementary color
Monochromatic Colors of #660FFD
Black with #660FFD
Text Example
Text Example
White with #660FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660FFD; }
p { color: rgb(102,15,253); }
H1.HeaderClassName
{
color: #660FFD;
}
.AnyTagClassName
{
color: #660FFD;
}
</style>
background-color css
<style>
a { background-color: #660FFD; }
a { background-color: rgb(102,15,253); }
div.DivClassName
{
background-color: #660FFD;
}
.BgClassName
{
background-color: #660FFD;
}
</style>
border-color css
<style>
span { border-color: #660FFD; }
span { border-color: rgb(102,15,253); }
td.TdClassName
{
border-color: #660FFD;
}
.TagClassName
{
border-color: #660FFD;
}
</style>