#6D476B

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

Shades of Eminence #6D476B

Tints of Eminence #6D476B

Color information

#6D476B (or 0x6D476B) is unknown color: approx Eminence. HEX triplet: 6D, 47 and 6B. RGB value is (109,71,107). Sum of RGB (Red+Green+Blue) = 109+71+107=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D476B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D476B is #92B894. Grayscale: #565656. Windows color (decimal): -9615509 or 7030637. OLE color: 7030637.

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

Color convert

RGB10971107-
CMYK00.350.020.57
HSL303.16º21.11%35.29%-
HSV(B)303.16º34.86%42.75%-
XYZ11.218.8215.02-
YUV86.47139.59144.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.98%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=37.98%
G=24.74%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1097110700.350.020.57303.1621.1135.29
Hex6D476B02323912f1523
Octal1551071530432714572543
Binary11011011000111110101101000111011100110010111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,71,107); }

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

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

 a { background-color: rgb(109,71,107); }

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

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

 span { border-color: rgb(109,71,107); }

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