#660EED

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

Shades of Electric Indigo #660EED

Tints of Electric Indigo #660EED

Color information

#660EED (or 0x660EED) is unknown color: approx Electric Indigo. HEX triplet: 66, 0E and ED. RGB value is (102,14,237). Sum of RGB (Red+Green+Blue) = 102+14+237=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #660EED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660EED is #99F112. Grayscale: #404040. Windows color (decimal): -10088723 or 15535718. OLE color: 15535718.

HSL color Cylindrical-coordinate representation of color #660EED: hue angle of 263.68º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660EED is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10214237-
CMYK0.570.9400.07
HSL263.68º88.84%49.22%-
HSV(B)263.68º94.09%92.94%-
XYZ20.929.2580.8-
YUV65.73224.65153.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 14 (5.86% from 255) = 3.97%
BLUE value IS 237 (92.97% from 255) = 67.14%
R=28.90%
G=3.97%
B=67.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal102142370.570.9400.07263.6888.8449.22
Hex66EED395E071085931
Octal14616355711360741013161
Binary1100110111011101101111001101111001111000010001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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