Shades of Electric Indigo #660DF0
Tints of Electric Indigo #660DF0
RGB
CMYK
RGB Variations
Color information
#660DF0 (or 0x660DF0) is known color: Electric Indigo. HEX triplet: 66, 0D and F0. RGB value is (102,13,240). Sum of RGB (Red+Green+Blue) = 102+13+240=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 240 (94.14% from 255 or 67.61% from 355); Max value from RGB is 240 - color contains mainly: blue. Hex color #660DF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660DF0 is #99F20F. Grayscale: #404040. Windows color (decimal): -10088976 or 15732070. OLE color: 15732070.
HSL color Cylindrical-coordinate representation of color #660DF0: hue angle of 263.52º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660DF0 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 13 | 240 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.06 |
| HSL | 263.52º | 0.9% | 0.5% | - |
| HSV(B) | 263.52º | 0.95% | 0.94% | - |
| XYZ | 21.35 | 9.4 | 83.13 | - |
| YUV | 65.49 | 226.49 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 240 | 0.58 | 0.95 | 0 | 0.06 | 263.52 | 0.9 | 0.5 |
| Hex | 66 | D | F0 | 3A | 5F | 0 | 6 | 108 | 5A | 32 |
| Octal | 146 | 15 | 360 | 72 | 137 | 0 | 6 | 410 | 132 | 62 |
| Binary | 1100110 | 1101 | 11110000 | 111010 | 1011111 | 0 | 110 | 100001000 | 1011010 | 110010 |
Color Harmonies of #660DF0
Complementary color
Monochromatic Colors of #660DF0
Black with #660DF0
Text Example
Text Example
White with #660DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660DF0; }
p { color: rgb(102,13,240); }
H1.HeaderClassName
{
color: #660DF0;
}
.AnyTagClassName
{
color: #660DF0;
}
</style>
background-color css
<style>
a { background-color: #660DF0; }
a { background-color: rgb(102,13,240); }
div.DivClassName
{
background-color: #660DF0;
}
.BgClassName
{
background-color: #660DF0;
}
</style>
border-color css
<style>
span { border-color: #660DF0; }
span { border-color: rgb(102,13,240); }
td.TdClassName
{
border-color: #660DF0;
}
.TagClassName
{
border-color: #660DF0;
}
</style>