#663C6D

Color #663C6D Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #663C6D

Tints of Eminence #663C6D

Color information

#663C6D (or 0x663C6D) is unknown color: approx Eminence. HEX triplet: 66, 3C and 6D. RGB value is (102,60,109). Sum of RGB (Red+Green+Blue) = 102+60+109=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #663C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663C6D is #99C392. Grayscale: #4D4D4D. Windows color (decimal): -10077075 or 7158886. OLE color: 7158886.

HSL color Cylindrical-coordinate representation of color #663C6D: hue angle of 291.43º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #663C6D is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10260109-
CMYK0.060.4500.57
HSL291.43º28.99%33.14%-
HSV(B)291.43º44.95%42.75%-
XYZ9.867.1615.33-
YUV78.14145.41145.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 60 (23.83% from 255) = 22.14%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=37.64%
G=22.14%
B=40.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102601090.060.4500.57291.4328.9933.14
Hex663C6D62D0391231d21
Octal146741556550714433541
Binary11001101111001101101110101101011100110010001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663C6D; }

 p { color: rgb(102,60,109); }

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

<style>
 a { background-color: #663C6D; }

 a { background-color: rgb(102,60,109); }

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

<style>
 span { border-color: #663C6D; }

 span { border-color: rgb(102,60,109); }

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