COLOR #6D546B

HEX: #6D546B
RGB: (109,84,107)

Color info

#6D546B contains red, green and blue colors in about the same proportion. Web safe color of #6D546B is #666666 (or #666).

RGB color model

#6D546B color RGB value is (109,84,107).

  • red value is 109;
  • green value is 84;
  • blue value is 107.
RGB:
(109,84,107)
(43%,33%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 84 of 255 = 33%
B 107 of 255 = 42%

109
84
107

R + G + B ~ 39%. #6D546B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 84 + 107 = 300 (100%)
R 109 of 300 ~ 36.33%
G 84 of 300 ~ 28%
B 107 of 300 ~ 35.67%

%36.33
%28
%35.67

CMYK color model

#6D546B color CMYK value is (0,23,2,57).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(0,23,2,57)
C0M23Y2K57 
(0%,23%,2%,57%)
(0.00/0.23/0.02/0.57)	

CMYK percentages

%0
%22.94
%1.83
%57.25

Codes

Color #6D546B in popluar color models

6D546B
RGB10984107
HSL305°12.95%37.84%
HSB/HSV305°22.94%42.75%
CMYK0.00%22.94%1.83%
57.25%

Color #6D546B in popluar number systems.

HEX6D546B
Decimal10984107
Binary110110110101001101011
Octal155124153

Shades and tints

Shades of #6D546B

#6D546B
(109,84,107)
#644D62
(100,77,98)
#5B4659
(91,70,89)
#523F50
(82,63,80)
#493847
(73,56,71)
#40313E
(64,49,62)
#372A35
(55,42,53)
#2E232C
(46,35,44)
#251C23
(37,28,35)
#1C151A
(28,21,26)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #6D546B

#6D546B
(109,84,107)
#7A6378
(122,99,120)
#877285
(135,114,133)
#948192
(148,129,146)
#A1909F
(161,144,159)
#AE9FAC
(174,159,172)
#BBAEB9
(187,174,185)
#C8BDC6
(200,189,198)
#D5CCD3
(213,204,211)
#E2DBE0
(226,219,224)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D546B color. Also use rgb(109,84,107) instead hex code.

Text Font Color

.myTextColor { color: #6D546B; }

<p style="color:#6D546B">This sample text font color is #6D546B.</p>

This text font color is #6D546B.


Background Color

.myBgColor { background-color: #6D546B; }

<div style="background-color:#6D546B">Inner text</div>

This div background color is #6D546B.


Border color

.myBorderColor { border: 1px solid #6D546B; }

<div style="border:3px solid #6D546B">Div</div>

This div border color is #6D546B.


Opacity

.myOpacity80 { color: #6D546B; opacity: 0.8; }

<p style="color:#6D546B;opacity:0.8;">80%</p>

Text with #6D546B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6D546B;}

<p style="text-shadow: 3px 3px 1px #6D546B">Text here.</p>

This text has shadow with #6D546B color.

.textShadow {text-shadow: 3px 3px 1px #6D546B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6D546B, 5px 5px 20px red">Text here.</p>

This text has shadow with #6D546B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D546B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6D546B, Direction=45, Strength=4)">Text</p>

This text has shadow with #6D546B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6D546B;
  -webkit-box-shadow:	1px 1px 3px 2px #6D546B;
  box-shadow:		1px 1px 3px 2px #6D546B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D546B;
-webkit-box-shadow: 1px 1px 3px 2px #6D546B;
box-shadow:1px 1px 3px 2px #6D546B;">
Div content here</div>
This div box has shadow with color #6D546B.

Preview

Color preview on black background

This text has color #6D546B on black background.


Color preview on white background

This text has color #6D546B on white background.



Black color preview on #6D546B background

This text has black color on #6D546B background.


White color preview on #6D546B background

This text has white color on #6D546B background.