#6C496A

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

Shades of Eminence #6C496A

Tints of Eminence #6C496A

Color information

#6C496A (or 0x6C496A) is unknown color: approx Eminence. HEX triplet: 6C, 49 and 6A. RGB value is (108,73,106). Sum of RGB (Red+Green+Blue) = 108+73+106=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 108 - color contains mainly: red. Hex color #6C496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C496A is #93B695. Grayscale: #575757. Windows color (decimal): -9680534 or 6965612. OLE color: 6965612.

HSL color Cylindrical-coordinate representation of color #6C496A: hue angle of 303.43º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C496A is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB10873106-
CMYK00.320.020.58
HSL303.43º19.34%35.49%-
HSV(B)303.43º32.41%42.35%-
XYZ11.178.9914.78-
YUV87.23138.6142.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.63%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=37.63%
G=25.44%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1087310600.320.020.58303.4319.3435.49
Hex6C496A02023A12f1323
Octal1541111520402724572343
Binary11011001001001110101001000001011101010010111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C496A; }

 p { color: rgb(108,73,106); }

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

<style>
 a { background-color: #6C496A; }

 a { background-color: rgb(108,73,106); }

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

<style>
 span { border-color: #6C496A; }

 span { border-color: rgb(108,73,106); }

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