#6C496E

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

Shades of Eminence #6C496E

Tints of Eminence #6C496E

Color information

#6C496E (or 0x6C496E) is unknown color: approx Eminence. HEX triplet: 6C, 49 and 6E. RGB value is (108,73,110). Sum of RGB (Red+Green+Blue) = 108+73+110=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C496E is #93B691. Grayscale: #575757. Windows color (decimal): -9680530 or 7227756. OLE color: 7227756.

HSL color Cylindrical-coordinate representation of color #6C496E: hue angle of 296.76º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C496E is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10873110-
CMYK0.020.3400.57
HSL296.76º20.22%35.88%-
HSV(B)296.76º33.64%43.14%-
XYZ11.389.0815.9-
YUV87.68140.6142.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.11%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=37.11%
G=25.09%
B=37.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108731100.020.3400.57296.7620.2235.88
Hex6C496E2220391291424
Octal1541111562420714512444
Binary11011001001001110111010100010011100110010100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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