COLOR #6C5D6B

HEX: #6C5D6B RGB: (108,93,107)

Color info

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

RGB color model

#6C5D6B color RGB value is (108,93,107).

RGB: (108,93,107) (42%, 36%, 42%)

RGB channels and saturation

R 108 of 255 = 42%
G 93 of 255 = 36%
B 107 of 255 = 42%

108
93
107

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

Portions of RGB colors in percentages

R + G + B = 108 + 93 + 107 = 308 (100%)
R 108 of 308 ~ 35.06%
G 93 of 308 ~ 30.19%
B 107 of 308 ~ 34.74'%

%35.06
%30.19
%34.74

CMYK color model

#6C5D6B color CMYK value is (0,14,1,58).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 0.93%
  • key color value is 57.65%

CMYK: (0,14,1,58)
C0M14Y1K58 (0%, 14%, 1%, 58%)
(0.00 / 0.14 / 0.01 / 0.58)

CMYK percentages

%0
%13.89
%0.93
%57.65

Codes

Color #6C5D6B in popluar color models

6C 5D 6B
RGB 108 93 107
HSL 304° 7.46% 39.41%
HSB/HSV 304° 13.89% 42.35%
CMYK 0.00% 13.89% 0.93%
57.65%

Color #6C5D6B in popluar number systems.

HEX 6C 5D 6B
Decimal 108 93 107
Binary 1101100 1011101 1101011
Octal 154 135 153

Shades and tints

Shades of #6C5D6B

#6C5D6B
(108,93,107)
#635562
(99,85,98)
#5A4D59
(90,77,89)
#514550
(81,69,80)
#483D47
(72,61,71)
#3F353E
(63,53,62)
#362D35
(54,45,53)
#2D252C
(45,37,44)
#241D23
(36,29,35)
#1B151A
(27,21,26)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #6C5D6B

#6C5D6B
(108,93,107)
#796B78
(121,107,120)
#867985
(134,121,133)
#938792
(147,135,146)
#A0959F
(160,149,159)
#ADA3AC
(173,163,172)
#BAB1B9
(186,177,185)
#C7BFC6
(199,191,198)
#D4CDD3
(212,205,211)
#E1DBE0
(225,219,224)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5D6B color. Also use rgb(108,93,107) instead hex code.

Text Font Color

.myTextColor { color: #6C5D6B; }

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

This text font color is #6C5D6B.

Background Color

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

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

This div background color is #6C5D6B.

Border color

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

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

This div border color is #6C5D6B.

Opacity

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

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

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

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

This text has shadow with #6C5D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5D6B.

Preview

Color preview on black background

This text has color #6C5D6B on black background.


Color preview on white background

This text has color #6C5D6B on white background.


Black color preview on #6C5D6B background

This text has black color on #6C5D6B background.


White color preview on #6C5D6B background

This text has white color on #6C5D6B background.


Related colors

Complementary color

Complementary color for #hex is #93A294.


I love getcolorcode.com

Triadic colors

1 #6B6C5D and #5D6B6C with #6C5D6B are triadic colors.

2 #6B5D6C and #5D6C6B with #6C5D6B are triadic colors.