COLOR #6D5B6C

HEX: #6D5B6C
RGB: (109,91,108)

Color info

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

RGB color model

#6D5B6C color RGB value is (109,91,108).

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

RGB channels and saturation

R 109 of 255 = 43%
G 91 of 255 = 36%
B 108 of 255 = 42%

109
91
108

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

Portions of RGB colors in percentages

R + G + B =
109 + 91 + 108 = 308 (100%)
R 109 of 308 ~ 35.39%
G 91 of 308 ~ 29.55%
B 108 of 308 ~ 35.06%

%35.39
%29.55
%35.06

CMYK color model

#6D5B6C color CMYK value is (0,17,1,57).

  • cyan value is 0.00%
  • magenta value is 16.51%
  • yellow value is 0.92%
  • key color value is 57.25%
CMYK:
(0,17,1,57)
C0M17Y1K57 
(0%,17%,1%,57%)
(0.00/0.17/0.01/0.57)	

CMYK percentages

%0
%16.51
%0.92
%57.25

Codes

Color #6D5B6C in popluar color models

6D5B6C
RGB10991108
HSL303°9.00%39.22%
HSB/HSV303°16.51%42.75%
CMYK0.00%16.51%0.92%
57.25%

Color #6D5B6C in popluar number systems.

HEX6D5B6C
Decimal10991108
Binary110110110110111101100
Octal155133154

Shades and tints

Shades of #6D5B6C

#6D5B6C
(109,91,108)
#645363
(100,83,99)
#5B4B5A
(91,75,90)
#524351
(82,67,81)
#493B48
(73,59,72)
#40333F
(64,51,63)
#372B36
(55,43,54)
#2E232D
(46,35,45)
#251B24
(37,27,36)
#1C131B
(28,19,27)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #6D5B6C

#6D5B6C
(109,91,108)
#7A6979
(122,105,121)
#877786
(135,119,134)
#948593
(148,133,147)
#A193A0
(161,147,160)
#AEA1AD
(174,161,173)
#BBAFBA
(187,175,186)
#C8BDC7
(200,189,199)
#D5CBD4
(213,203,212)
#E2D9E1
(226,217,225)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5B6C; }

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

This text font color is #6D5B6C.


Background Color

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

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

This div background color is #6D5B6C.


Border color

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

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

This div border color is #6D5B6C.


Opacity

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

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

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

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

This text has shadow with #6D5B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5B6C on black background.


Color preview on white background

This text has color #6D5B6C on white background.



Black color preview on #6D5B6C background

This text has black color on #6D5B6C background.


White color preview on #6D5B6C background

This text has white color on #6D5B6C background.