#660EDE

Color #660EDE Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #660EDE

Tints of Electric Indigo #660EDE

Color information

#660EDE (or 0x660EDE) is unknown color: approx Electric Indigo. HEX triplet: 66, 0E and DE. RGB value is (102,14,222). Sum of RGB (Red+Green+Blue) = 102+14+222=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #660EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660EDE is #99F121. Grayscale: #3F3F3F. Windows color (decimal): -10088738 or 14552678. OLE color: 14552678.

HSL color Cylindrical-coordinate representation of color #660EDE: hue angle of 265.38º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660EDE is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10214222-
CMYK0.540.9400.13
HSL265.38º88.14%46.27%-
HSV(B)265.38º93.69%87.06%-
XYZ18.828.4169.74-
YUV64.02217.15155.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 14 (5.86% from 255) = 4.14%
BLUE value IS 222 (87.11% from 255) = 65.68%
R=30.18%
G=4.14%
B=65.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102142220.540.9400.13265.3888.1446.27
Hex66EDE365E0D109582e
Octal146163366613601541113056
Binary11001101110110111101101101011110011011000010011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660EDE; }

 p { color: rgb(102,14,222); }

 H1.HeaderClassName
 {
   color: #660EDE;
 }
 .AnyTagClassName
 {
   color: #660EDE;
 }
</style>
background-color css

<style>
 a { background-color: #660EDE; }

 a { background-color: rgb(102,14,222); }

 div.DivClassName
 {
   background-color: #660EDE;
 }
 .BgClassName
 {
   background-color: #660EDE;
 }
</style>
border-color css

<style>
 span { border-color: #660EDE; }

 span { border-color: rgb(102,14,222); }

 td.TdClassName
 {
   border-color: #660EDE;
 }
 .TagClassName
 {
   border-color: #660EDE;
 }
</style>