COLOR #6B9081

HEX: #6B9081
RGB: (107,144,129)

Color info

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

RGB color model

#6B9081 color RGB value is (107,144,129).

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

RGB channels and saturation

R 107 of 255 = 42%
G 144 of 255 = 56%
B 129 of 255 = 51%

107
144
129

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

Portions of RGB colors in percentages

R + G + B =
107 + 144 + 129 = 380 (100%)
R 107 of 380 ~ 28.16%
G 144 of 380 ~ 37.89%
B 129 of 380 ~ 33.95%

%28.16
%37.89
%33.95

CMYK color model

#6B9081 color CMYK value is (26,0,10,44).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 43.53%
CMYK:
(26,0,10,44)
C26M0Y10K44 
(26%,0%,10%,44%)
(0.26/0.00/0.10/0.44)	

CMYK percentages

%25.69
%0
%10.42
%43.53

Codes

Color #6B9081 in popluar color models

6B9081
RGB107144129
HSL156°14.74%49.22%
HSB/HSV156°25.69%56.47%
CMYK25.69%0.00%10.42%
43.53%

Color #6B9081 in popluar number systems.

HEX6B9081
Decimal107144129
Binary11010111001000010000001
Octal153220201

Shades and tints

Shades of #6B9081

#6B9081
(107,144,129)
#628376
(98,131,118)
#59766B
(89,118,107)
#506960
(80,105,96)
#475C55
(71,92,85)
#3E4F4A
(62,79,74)
#35423F
(53,66,63)
#2C3534
(44,53,52)
#232829
(35,40,41)
#1A1B1E
(26,27,30)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #6B9081

#6B9081
(107,144,129)
#789A8C
(120,154,140)
#85A497
(133,164,151)
#92AEA2
(146,174,162)
#9FB8AD
(159,184,173)
#ACC2B8
(172,194,184)
#B9CCC3
(185,204,195)
#C6D6CE
(198,214,206)
#D3E0D9
(211,224,217)
#E0EAE4
(224,234,228)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9081; }

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

This text font color is #6B9081.


Background Color

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

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

This div background color is #6B9081.


Border color

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

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

This div border color is #6B9081.


Opacity

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

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

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

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

This text has shadow with #6B9081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9081 on black background.


Color preview on white background

This text has color #6B9081 on white background.



Black color preview on #6B9081 background

This text has black color on #6B9081 background.


White color preview on #6B9081 background

This text has white color on #6B9081 background.