COLOR #6C5B77

HEX: #6C5B77
RGB: (108,91,119)

Color info

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

RGB color model

#6C5B77 color RGB value is (108,91,119).

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

RGB channels and saturation

R 108 of 255 = 42%
G 91 of 255 = 36%
B 119 of 255 = 47%

108
91
119

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

Portions of RGB colors in percentages

R + G + B =
108 + 91 + 119 = 318 (100%)
R 108 of 318 ~ 33.96%
G 91 of 318 ~ 28.62%
B 119 of 318 ~ 37.42%

%33.96
%28.62
%37.42

CMYK color model

#6C5B77 color CMYK value is (9,24,0,53).

  • cyan value is 9.24%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(9,24,0,53)
C9M24Y0K53 
(9%,24%,0%,53%)
(0.09/0.24/0.00/0.53)	

CMYK percentages

%9.24
%23.53
%0
%53.33

Codes

Color #6C5B77 in popluar color models

6C5B77
RGB10891119
HSL276°13.33%41.18%
HSB/HSV276°23.53%46.67%
CMYK9.24%23.53%0.00%
53.33%

Color #6C5B77 in popluar number systems.

HEX6C5B77
Decimal10891119
Binary110110010110111110111
Octal154133167

Shades and tints

Shades of #6C5B77

#6C5B77
(108,91,119)
#63536D
(99,83,109)
#5A4B63
(90,75,99)
#514359
(81,67,89)
#483B4F
(72,59,79)
#3F3345
(63,51,69)
#362B3B
(54,43,59)
#2D2331
(45,35,49)
#241B27
(36,27,39)
#1B131D
(27,19,29)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #6C5B77

#6C5B77
(108,91,119)
#796983
(121,105,131)
#86778F
(134,119,143)
#93859B
(147,133,155)
#A093A7
(160,147,167)
#ADA1B3
(173,161,179)
#BAAFBF
(186,175,191)
#C7BDCB
(199,189,203)
#D4CBD7
(212,203,215)
#E1D9E3
(225,217,227)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5B77; }

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

This text font color is #6C5B77.


Background Color

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

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

This div background color is #6C5B77.


Border color

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

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

This div border color is #6C5B77.


Opacity

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

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

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

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

This text has shadow with #6C5B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5B77 on black background.


Color preview on white background

This text has color #6C5B77 on white background.



Black color preview on #6C5B77 background

This text has black color on #6C5B77 background.


White color preview on #6C5B77 background

This text has white color on #6C5B77 background.