COLOR #6C5D6C

HEX: #6C5D6C
RGB: (108,93,108)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
93
108

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

Portions of RGB colors in percentages

R + G + B =
108 + 93 + 108 = 309 (100%)
R 108 of 309 ~ 34.95%
G 93 of 309 ~ 30.1%
B 108 of 309 ~ 34.95%

%34.95
%30.1
%34.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(0,14,0,58)
C0M14Y0K58 
(0%,14%,0%,58%)
(0.00/0.14/0.00/0.58)	

CMYK percentages

%0
%13.89
%0
%57.65

Codes

Color #6C5D6C in popluar color models

6C5D6C
RGB10893108
HSL300°7.46%39.41%
HSB/HSV300°13.89%42.35%
CMYK0.00%13.89%0.00%
57.65%

Color #6C5D6C in popluar number systems.

HEX6C5D6C
Decimal10893108
Binary110110010111011101100
Octal154135154

Shades and tints

Shades of #6C5D6C

#6C5D6C
(108,93,108)
#635563
(99,85,99)
#5A4D5A
(90,77,90)
#514551
(81,69,81)
#483D48
(72,61,72)
#3F353F
(63,53,63)
#362D36
(54,45,54)
#2D252D
(45,37,45)
#241D24
(36,29,36)
#1B151B
(27,21,27)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #6C5D6C

#6C5D6C
(108,93,108)
#796B79
(121,107,121)
#867986
(134,121,134)
#938793
(147,135,147)
#A095A0
(160,149,160)
#ADA3AD
(173,163,173)
#BAB1BA
(186,177,186)
#C7BFC7
(199,191,199)
#D4CDD4
(212,205,212)
#E1DBE1
(225,219,225)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5D6C; }

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

This text font color is #6C5D6C.


Background Color

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

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

This div background color is #6C5D6C.


Border color

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

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

This div border color is #6C5D6C.


Opacity

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

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

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

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

This text has shadow with #6C5D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5D6C on black background.


Color preview on white background

This text has color #6C5D6C on white background.



Black color preview on #6C5D6C background

This text has black color on #6C5D6C background.


White color preview on #6C5D6C background

This text has white color on #6C5D6C background.