COLOR #6D907B

HEX: #6D907B
RGB: (109,144,123)

Color info

#6D907B contains red, green and blue colors in about the same proportion. Web safe color of #6D907B is #669966 (or #696).

RGB color model

#6D907B color RGB value is (109,144,123).

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

RGB channels and saturation

R 109 of 255 = 43%
G 144 of 255 = 56%
B 123 of 255 = 48%

109
144
123

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

Portions of RGB colors in percentages

R + G + B =
109 + 144 + 123 = 376 (100%)
R 109 of 376 ~ 28.99%
G 144 of 376 ~ 38.3%
B 123 of 376 ~ 32.71%

%28.99
%38.3
%32.71

CMYK color model

#6D907B color CMYK value is (24,0,15,44).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 14.58%
  • key color value is 43.53%
CMYK:
(24,0,15,44)
C24M0Y15K44 
(24%,0%,15%,44%)
(0.24/0.00/0.15/0.44)	

CMYK percentages

%24.31
%0
%14.58
%43.53

Codes

Color #6D907B in popluar color models

6D907B
RGB109144123
HSL144°13.83%49.61%
HSB/HSV144°24.31%56.47%
CMYK24.31%0.00%14.58%
43.53%

Color #6D907B in popluar number systems.

HEX6D907B
Decimal109144123
Binary1101101100100001111011
Octal155220173

Shades and tints

Shades of #6D907B

#6D907B
(109,144,123)
#648370
(100,131,112)
#5B7665
(91,118,101)
#52695A
(82,105,90)
#495C4F
(73,92,79)
#404F44
(64,79,68)
#374239
(55,66,57)
#2E352E
(46,53,46)
#252823
(37,40,35)
#1C1B18
(28,27,24)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #6D907B

#6D907B
(109,144,123)
#7A9A87
(122,154,135)
#87A493
(135,164,147)
#94AE9F
(148,174,159)
#A1B8AB
(161,184,171)
#AEC2B7
(174,194,183)
#BBCCC3
(187,204,195)
#C8D6CF
(200,214,207)
#D5E0DB
(213,224,219)
#E2EAE7
(226,234,231)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D907B; }

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

This text font color is #6D907B.


Background Color

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

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

This div background color is #6D907B.


Border color

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

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

This div border color is #6D907B.


Opacity

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

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

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

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

This text has shadow with #6D907B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D907B on black background.


Color preview on white background

This text has color #6D907B on white background.



Black color preview on #6D907B background

This text has black color on #6D907B background.


White color preview on #6D907B background

This text has white color on #6D907B background.