COLOR #6D9081

HEX: #6D9081
RGB: (109,144,129)

Color info

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

RGB color model

#6D9081 color RGB value is (109,144,129).

  • red value is 109;
  • green value is 144;
  • blue value is 129.
RGB:
(109,144,129)
(43%,56%,51%)

RGB channels and saturation

R 109 of 255 = 43%
G 144 of 255 = 56%
B 129 of 255 = 51%

109
144
129

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

Portions of RGB colors in percentages

R + G + B =
109 + 144 + 129 = 382 (100%)
R 109 of 382 ~ 28.53%
G 144 of 382 ~ 37.7%
B 129 of 382 ~ 33.77%

%28.53
%37.7
%33.77

CMYK color model

#6D9081 color CMYK value is (24,0,10,44).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 43.53%
CMYK:
(24,0,10,44)
C24M0Y10K44 
(24%,0%,10%,44%)
(0.24/0.00/0.10/0.44)	

CMYK percentages

%24.31
%0
%10.42
%43.53

Codes

Color #6D9081 in popluar color models

6D9081
RGB109144129
HSL154°13.83%49.61%
HSB/HSV154°24.31%56.47%
CMYK24.31%0.00%10.42%
43.53%

Color #6D9081 in popluar number systems.

HEX6D9081
Decimal109144129
Binary11011011001000010000001
Octal155220201

Shades and tints

Shades of #6D9081

#6D9081
(109,144,129)
#648376
(100,131,118)
#5B766B
(91,118,107)
#526960
(82,105,96)
#495C55
(73,92,85)
#404F4A
(64,79,74)
#37423F
(55,66,63)
#2E3534
(46,53,52)
#252829
(37,40,41)
#1C1B1E
(28,27,30)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #6D9081

#6D9081
(109,144,129)
#7A9A8C
(122,154,140)
#87A497
(135,164,151)
#94AEA2
(148,174,162)
#A1B8AD
(161,184,173)
#AEC2B8
(174,194,184)
#BBCCC3
(187,204,195)
#C8D6CE
(200,214,206)
#D5E0D9
(213,224,217)
#E2EAE4
(226,234,228)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9081 color. Also use rgb(109,144,129) instead hex code.

Text Font Color

.myTextColor { color: #6D9081; }

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

This text font color is #6D9081.


Background Color

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

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

This div background color is #6D9081.


Border color

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

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

This div border color is #6D9081.


Opacity

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

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

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

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

This text has shadow with #6D9081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9081 on black background.


Color preview on white background

This text has color #6D9081 on white background.



Black color preview on #6D9081 background

This text has black color on #6D9081 background.


White color preview on #6D9081 background

This text has white color on #6D9081 background.