COLOR #6D5B77

HEX: #6D5B77
RGB: (109,91,119)

Color info

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

RGB color model

#6D5B77 color RGB value is (109,91,119).

  • red value is 109;
  • green value is 91;
  • blue value is 119.
RGB:
(109,91,119)
(43%,36%,47%)

RGB channels and saturation

R 109 of 255 = 43%
G 91 of 255 = 36%
B 119 of 255 = 47%

109
91
119

R + G + B ~ 42%. #6D5B77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 91 + 119 = 319 (100%)
R 109 of 319 ~ 34.17%
G 91 of 319 ~ 28.53%
B 119 of 319 ~ 37.3%

%34.17
%28.53
%37.3

CMYK color model

#6D5B77 color CMYK value is (8,24,0,53).

  • cyan value is 8.40%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(8,24,0,53)
C8M24Y0K53 
(8%,24%,0%,53%)
(0.08/0.24/0.00/0.53)	

CMYK percentages

%8.4
%23.53
%0
%53.33

Codes

Color #6D5B77 in popluar color models

6D5B77
RGB10991119
HSL279°13.33%41.18%
HSB/HSV279°23.53%46.67%
CMYK8.40%23.53%0.00%
53.33%

Color #6D5B77 in popluar number systems.

HEX6D5B77
Decimal10991119
Binary110110110110111110111
Octal155133167

Shades and tints

Shades of #6D5B77

#6D5B77
(109,91,119)
#64536D
(100,83,109)
#5B4B63
(91,75,99)
#524359
(82,67,89)
#493B4F
(73,59,79)
#403345
(64,51,69)
#372B3B
(55,43,59)
#2E2331
(46,35,49)
#251B27
(37,27,39)
#1C131D
(28,19,29)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #6D5B77

#6D5B77
(109,91,119)
#7A6983
(122,105,131)
#87778F
(135,119,143)
#94859B
(148,133,155)
#A193A7
(161,147,167)
#AEA1B3
(174,161,179)
#BBAFBF
(187,175,191)
#C8BDCB
(200,189,203)
#D5CBD7
(213,203,215)
#E2D9E3
(226,217,227)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5B77 color. Also use rgb(109,91,119) instead hex code.

Text Font Color

.myTextColor { color: #6D5B77; }

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

This text font color is #6D5B77.


Background Color

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

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

This div background color is #6D5B77.


Border color

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

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

This div border color is #6D5B77.


Opacity

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

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

Text with #6D5B77 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 #6D5B77;}

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

This text has shadow with #6D5B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5B77 on black background.


Color preview on white background

This text has color #6D5B77 on white background.



Black color preview on #6D5B77 background

This text has black color on #6D5B77 background.


White color preview on #6D5B77 background

This text has white color on #6D5B77 background.