COLOR #6D9D9C

HEX: #6D9D9C
RGB: (109,157,156)

Color info

#6D9D9C contains red, green and blue colors in about the same proportion. Web safe color of #6D9D9C is #669999 (or #699).

RGB color model

#6D9D9C color RGB value is (109,157,156).

  • red value is 109;
  • green value is 157;
  • blue value is 156.
RGB:
(109,157,156)
(43%,62%,61%)

RGB channels and saturation

R 109 of 255 = 43%
G 157 of 255 = 62%
B 156 of 255 = 61%

109
157
156

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

Portions of RGB colors in percentages

R + G + B =
109 + 157 + 156 = 422 (100%)
R 109 of 422 ~ 25.83%
G 157 of 422 ~ 37.2%
B 156 of 422 ~ 36.97%

%25.83
%37.2
%36.97

CMYK color model

#6D9D9C color CMYK value is (31,0,1,38).

  • cyan value is 30.57%
  • magenta value is 0.00%
  • yellow value is 0.64%
  • key color value is 38.43%
CMYK:
(31,0,1,38)
C31M0Y1K38 
(31%,0%,1%,38%)
(0.31/0.00/0.01/0.38)	

CMYK percentages

%30.57
%0
%0.64
%38.43

Codes

Color #6D9D9C in popluar color models

6D9D9C
RGB109157156
HSL179°19.67%52.16%
HSB/HSV179°30.57%61.57%
CMYK30.57%0.00%0.64%
38.43%

Color #6D9D9C in popluar number systems.

HEX6D9D9C
Decimal109157156
Binary11011011001110110011100
Octal155235234

Shades and tints

Shades of #6D9D9C

#6D9D9C
(109,157,156)
#648F8E
(100,143,142)
#5B8180
(91,129,128)
#527372
(82,115,114)
#496564
(73,101,100)
#405756
(64,87,86)
#374948
(55,73,72)
#2E3B3A
(46,59,58)
#252D2C
(37,45,44)
#1C1F1E
(28,31,30)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #6D9D9C

#6D9D9C
(109,157,156)
#7AA5A5
(122,165,165)
#87ADAE
(135,173,174)
#94B5B7
(148,181,183)
#A1BDC0
(161,189,192)
#AEC5C9
(174,197,201)
#BBCDD2
(187,205,210)
#C8D5DB
(200,213,219)
#D5DDE4
(213,221,228)
#E2E5ED
(226,229,237)
#EFEDF6
(239,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9D9C color. Also use rgb(109,157,156) instead hex code.

Text Font Color

.myTextColor { color: #6D9D9C; }

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

This text font color is #6D9D9C.


Background Color

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

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

This div background color is #6D9D9C.


Border color

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

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

This div border color is #6D9D9C.


Opacity

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

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

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

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

This text has shadow with #6D9D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9D9C on black background.


Color preview on white background

This text has color #6D9D9C on white background.



Black color preview on #6D9D9C background

This text has black color on #6D9D9C background.


White color preview on #6D9D9C background

This text has white color on #6D9D9C background.