COLOR #6F9D9B

HEX: #6F9D9B
RGB: (111,157,155)

Color info

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

RGB color model

#6F9D9B color RGB value is (111,157,155).

  • red value is 111;
  • green value is 157;
  • blue value is 155.
RGB:
(111,157,155)
(44%,62%,61%)

RGB channels and saturation

R 111 of 255 = 44%
G 157 of 255 = 62%
B 155 of 255 = 61%

111
157
155

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

Portions of RGB colors in percentages

R + G + B =
111 + 157 + 155 = 423 (100%)
R 111 of 423 ~ 26.24%
G 157 of 423 ~ 37.12%
B 155 of 423 ~ 36.64%

%26.24
%37.12
%36.64

CMYK color model

#6F9D9B color CMYK value is (29,0,1,38).

  • cyan value is 29.30%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 38.43%
CMYK:
(29,0,1,38)
C29M0Y1K38 
(29%,0%,1%,38%)
(0.29/0.00/0.01/0.38)	

CMYK percentages

%29.3
%0
%1.27
%38.43

Codes

Color #6F9D9B in popluar color models

6F9D9B
RGB111157155
HSL177°19.01%52.55%
HSB/HSV177°29.30%61.57%
CMYK29.30%0.00%1.27%
38.43%

Color #6F9D9B in popluar number systems.

HEX6F9D9B
Decimal111157155
Binary11011111001110110011011
Octal157235233

Shades and tints

Shades of #6F9D9B

#6F9D9B
(111,157,155)
#658F8D
(101,143,141)
#5B817F
(91,129,127)
#517371
(81,115,113)
#476563
(71,101,99)
#3D5755
(61,87,85)
#334947
(51,73,71)
#293B39
(41,59,57)
#1F2D2B
(31,45,43)
#151F1D
(21,31,29)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #6F9D9B

#6F9D9B
(111,157,155)
#7CA5A4
(124,165,164)
#89ADAD
(137,173,173)
#96B5B6
(150,181,182)
#A3BDBF
(163,189,191)
#B0C5C8
(176,197,200)
#BDCDD1
(189,205,209)
#CAD5DA
(202,213,218)
#D7DDE3
(215,221,227)
#E4E5EC
(228,229,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9D9B color. Also use rgb(111,157,155) instead hex code.

Text Font Color

.myTextColor { color: #6F9D9B; }

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

This text font color is #6F9D9B.


Background Color

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

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

This div background color is #6F9D9B.


Border color

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

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

This div border color is #6F9D9B.


Opacity

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

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

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

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

This text has shadow with #6F9D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9D9B on black background.


Color preview on white background

This text has color #6F9D9B on white background.



Black color preview on #6F9D9B background

This text has black color on #6F9D9B background.


White color preview on #6F9D9B background

This text has white color on #6F9D9B background.