COLOR #6C556B

HEX: #6C556B
RGB: (108,85,107)

Color info

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

RGB color model

#6C556B color RGB value is (108,85,107).

  • red value is 108;
  • green value is 85;
  • blue value is 107.
RGB:
(108,85,107)
(42%,33%,42%)

RGB channels and saturation

R 108 of 255 = 42%
G 85 of 255 = 33%
B 107 of 255 = 42%

108
85
107

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

Portions of RGB colors in percentages

R + G + B =
108 + 85 + 107 = 300 (100%)
R 108 of 300 ~ 36%
G 85 of 300 ~ 28.33%
B 107 of 300 ~ 35.67%

%36
%28.33
%35.67

CMYK color model

#6C556B color CMYK value is (0,21,1,58).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 0.93%
  • key color value is 57.65%
CMYK:
(0,21,1,58)
C0M21Y1K58 
(0%,21%,1%,58%)
(0.00/0.21/0.01/0.58)	

CMYK percentages

%0
%21.3
%0.93
%57.65

Codes

Color #6C556B in popluar color models

6C556B
RGB10885107
HSL303°11.92%37.84%
HSB/HSV303°21.30%42.35%
CMYK0.00%21.30%0.93%
57.65%

Color #6C556B in popluar number systems.

HEX6C556B
Decimal10885107
Binary110110010101011101011
Octal154125153

Shades and tints

Shades of #6C556B

#6C556B
(108,85,107)
#634E62
(99,78,98)
#5A4759
(90,71,89)
#514050
(81,64,80)
#483947
(72,57,71)
#3F323E
(63,50,62)
#362B35
(54,43,53)
#2D242C
(45,36,44)
#241D23
(36,29,35)
#1B161A
(27,22,26)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #6C556B

#6C556B
(108,85,107)
#796478
(121,100,120)
#867385
(134,115,133)
#938292
(147,130,146)
#A0919F
(160,145,159)
#ADA0AC
(173,160,172)
#BAAFB9
(186,175,185)
#C7BEC6
(199,190,198)
#D4CDD3
(212,205,211)
#E1DCE0
(225,220,224)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C556B; }

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

This text font color is #6C556B.


Background Color

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

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

This div background color is #6C556B.


Border color

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

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

This div border color is #6C556B.


Opacity

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

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

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

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

This text has shadow with #6C556B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C556B on black background.


Color preview on white background

This text has color #6C556B on white background.



Black color preview on #6C556B background

This text has black color on #6C556B background.


White color preview on #6C556B background

This text has white color on #6C556B background.