COLOR #6C5B6A

HEX: #6C5B6A RGB: (108,91,106)

Color info

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

RGB color model

#6C5B6A color RGB value is (108,91,106).

RGB: (108,91,106) (42%, 36%, 42%)

RGB channels and saturation

R 108 of 255 = 42%
G 91 of 255 = 36%
B 106 of 255 = 42%

108
91
106

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

Portions of RGB colors in percentages

R + G + B = 108 + 91 + 106 = 305 (100%)
R 108 of 305 ~ 35.41%
G 91 of 305 ~ 29.84%
B 106 of 305 ~ 34.75'%

%35.41
%29.84
%34.75

CMYK color model

#6C5B6A color CMYK value is (0,16,2,58).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 1.85%
  • key color value is 57.65%

CMYK: (0,16,2,58)
C0M16Y2K58 (0%, 16%, 2%, 58%)
(0.00 / 0.16 / 0.02 / 0.58)

CMYK percentages

%0
%15.74
%1.85
%57.65

Codes

Color #6C5B6A in popluar color models

6C 5B 6A
RGB 108 91 106
HSL 307° 8.54% 39.02%
HSB/HSV 307° 15.74% 42.35%
CMYK 0.00% 15.74% 1.85%
57.65%

Color #6C5B6A in popluar number systems.

HEX 6C 5B 6A
Decimal 108 91 106
Binary 1101100 1011011 1101010
Octal 154 133 152

Shades and tints

Shades of #6C5B6A

#6C5B6A
(108,91,106)
#635361
(99,83,97)
#5A4B58
(90,75,88)
#51434F
(81,67,79)
#483B46
(72,59,70)
#3F333D
(63,51,61)
#362B34
(54,43,52)
#2D232B
(45,35,43)
#241B22
(36,27,34)
#1B1319
(27,19,25)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #6C5B6A

#6C5B6A
(108,91,106)
#796977
(121,105,119)
#867784
(134,119,132)
#938591
(147,133,145)
#A0939E
(160,147,158)
#ADA1AB
(173,161,171)
#BAAFB8
(186,175,184)
#C7BDC5
(199,189,197)
#D4CBD2
(212,203,210)
#E1D9DF
(225,217,223)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5B6A; }

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

This text font color is #6C5B6A.

Background Color

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

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

This div background color is #6C5B6A.

Border color

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

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

This div border color is #6C5B6A.

Opacity

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

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

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

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

This text has shadow with #6C5B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5B6A.

Preview

Color preview on black background

This text has color #6C5B6A on black background.


Color preview on white background

This text has color #6C5B6A on white background.


Black color preview on #6C5B6A background

This text has black color on #6C5B6A background.


White color preview on #6C5B6A background

This text has white color on #6C5B6A background.


Related colors

Complementary color

Complementary color for #hex is #93A495.


I love getcolorcode.com

Triadic colors

1 #6A6C5B and #5B6A6C with #6C5B6A are triadic colors.

2 #6A5B6C and #5B6C6A with #6C5B6A are triadic colors.