#660CEE

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

Shades of Electric Indigo #660CEE

Tints of Electric Indigo #660CEE

Color information

#660CEE (or 0x660CEE) is unknown color: approx Electric Indigo. HEX triplet: 66, 0C and EE. RGB value is (102,12,238). Sum of RGB (Red+Green+Blue) = 102+12+238=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #660CEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660CEE is #99F311. Grayscale: #3F3F3F. Windows color (decimal): -10089234 or 15600742. OLE color: 15600742.

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

Color convert

RGB10212238-
CMYK0.570.9500.07
HSL263.89º90.4%49.02%-
HSV(B)263.89º94.96%93.33%-
XYZ21.049.2681.57-
YUV64.67225.82154.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.98%
GREEN value IS 12 (5.08% from 255) = 3.41%
BLUE value IS 238 (93.36% from 255) = 67.61%
R=28.98%
G=3.41%
B=67.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal102122380.570.9500.07263.8990.449.02
Hex66CEE395F071085a31
Octal14614356711370741013261
Binary1100110110011101110111001101111101111000010001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,12,238); }

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

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

 a { background-color: rgb(102,12,238); }

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

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

 span { border-color: rgb(102,12,238); }

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