COLOR #6F9C91

HEX: #6F9C91
RGB: (111,156,145)

Color info

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

RGB color model

#6F9C91 color RGB value is (111,156,145).

  • red value is 111;
  • green value is 156;
  • blue value is 145.
RGB:
(111,156,145)
(44%,61%,57%)

RGB channels and saturation

R 111 of 255 = 44%
G 156 of 255 = 61%
B 145 of 255 = 57%

111
156
145

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

Portions of RGB colors in percentages

R + G + B =
111 + 156 + 145 = 412 (100%)
R 111 of 412 ~ 26.94%
G 156 of 412 ~ 37.86%
B 145 of 412 ~ 35.19%

%26.94
%37.86
%35.19

CMYK color model

#6F9C91 color CMYK value is (29,0,7,39).

  • cyan value is 28.85%
  • magenta value is 0.00%
  • yellow value is 7.05%
  • key color value is 38.82%
CMYK:
(29,0,7,39)
C29M0Y7K39 
(29%,0%,7%,39%)
(0.29/0.00/0.07/0.39)	

CMYK percentages

%28.85
%0
%7.05
%38.82

Codes

Color #6F9C91 in popluar color models

6F9C91
RGB111156145
HSL165°18.52%52.35%
HSB/HSV165°28.85%61.18%
CMYK28.85%0.00%7.05%
38.82%

Color #6F9C91 in popluar number systems.

HEX6F9C91
Decimal111156145
Binary11011111001110010010001
Octal157234221

Shades and tints

Shades of #6F9C91

#6F9C91
(111,156,145)
#658E84
(101,142,132)
#5B8077
(91,128,119)
#51726A
(81,114,106)
#47645D
(71,100,93)
#3D5650
(61,86,80)
#334843
(51,72,67)
#293A36
(41,58,54)
#1F2C29
(31,44,41)
#151E1C
(21,30,28)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #6F9C91

#6F9C91
(111,156,145)
#7CA59B
(124,165,155)
#89AEA5
(137,174,165)
#96B7AF
(150,183,175)
#A3C0B9
(163,192,185)
#B0C9C3
(176,201,195)
#BDD2CD
(189,210,205)
#CADBD7
(202,219,215)
#D7E4E1
(215,228,225)
#E4EDEB
(228,237,235)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9C91 color. Also use rgb(111,156,145) instead hex code.

Text Font Color

.myTextColor { color: #6F9C91; }

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

This text font color is #6F9C91.


Background Color

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

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

This div background color is #6F9C91.


Border color

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

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

This div border color is #6F9C91.


Opacity

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

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

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

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

This text has shadow with #6F9C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9C91 on black background.


Color preview on white background

This text has color #6F9C91 on white background.



Black color preview on #6F9C91 background

This text has black color on #6F9C91 background.


White color preview on #6F9C91 background

This text has white color on #6F9C91 background.