COLOR #6C5569

HEX: #6C5569 RGB: (108,85,105)

Color info

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

RGB color model

#6C5569 color RGB value is (108,85,105).

RGB: (108,85,105) (42%, 33%, 41%)

RGB channels and saturation

R 108 of 255 = 42%
G 85 of 255 = 33%
B 105 of 255 = 41%

108
85
105

R + G + B ~ 39%. #6C5569 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 85 + 105 = 298 (100%)
R 108 of 298 ~ 36.24%
G 85 of 298 ~ 28.52%
B 105 of 298 ~ 35.23'%

%36.24
%28.52
%35.23

CMYK color model

#6C5569 color CMYK value is (0,21,3,58).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 2.78%
  • key color value is 57.65%

CMYK: (0,21,3,58)
C0M21Y3K58 (0%, 21%, 3%, 58%)
(0.00 / 0.21 / 0.03 / 0.58)

CMYK percentages

%0
%21.3
%2.78
%57.65

Codes

Color #6C5569 in popluar color models

6C 55 69
RGB 108 85 105
HSL 308° 11.92% 37.84%
HSB/HSV 308° 21.30% 42.35%
CMYK 0.00% 21.30% 2.78%
57.65%

Color #6C5569 in popluar number systems.

HEX 6C 55 69
Decimal 108 85 105
Binary 1101100 1010101 1101001
Octal 154 125 151

Shades and tints

Shades of #6C5569

#6C5569
(108,85,105)
#634E60
(99,78,96)
#5A4757
(90,71,87)
#51404E
(81,64,78)
#483945
(72,57,69)
#3F323C
(63,50,60)
#362B33
(54,43,51)
#2D242A
(45,36,42)
#241D21
(36,29,33)
#1B1618
(27,22,24)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #6C5569

#6C5569
(108,85,105)
#796476
(121,100,118)
#867383
(134,115,131)
#938290
(147,130,144)
#A0919D
(160,145,157)
#ADA0AA
(173,160,170)
#BAAFB7
(186,175,183)
#C7BEC4
(199,190,196)
#D4CDD1
(212,205,209)
#E1DCDE
(225,220,222)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5569; }

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

This text font color is #6C5569.

Background Color

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

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

This div background color is #6C5569.

Border color

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

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

This div border color is #6C5569.

Opacity

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

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

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

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

This text has shadow with #6C5569 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5569.

Preview

Color preview on black background

This text has color #6C5569 on black background.


Color preview on white background

This text has color #6C5569 on white background.


Black color preview on #6C5569 background

This text has black color on #6C5569 background.


White color preview on #6C5569 background

This text has white color on #6C5569 background.


Related colors

Complementary color

Complementary color for #hex is #93AA96.


I love getcolorcode.com

Triadic colors

1 #696C55 and #55696C with #6C5569 are triadic colors.

2 #69556C and #556C69 with #6C5569 are triadic colors.