COLOR #6F9E8C

HEX: #6F9E8C
RGB: (111,158,140)

Color info

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

RGB color model

#6F9E8C color RGB value is (111,158,140).

  • red value is 111;
  • green value is 158;
  • blue value is 140.
RGB:
(111,158,140)
(44%,62%,55%)

RGB channels and saturation

R 111 of 255 = 44%
G 158 of 255 = 62%
B 140 of 255 = 55%

111
158
140

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

Portions of RGB colors in percentages

R + G + B =
111 + 158 + 140 = 409 (100%)
R 111 of 409 ~ 27.14%
G 158 of 409 ~ 38.63%
B 140 of 409 ~ 34.23%

%27.14
%38.63
%34.23

CMYK color model

#6F9E8C color CMYK value is (30,0,11,38).

  • cyan value is 29.75%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 38.04%
CMYK:
(30,0,11,38)
C30M0Y11K38 
(30%,0%,11%,38%)
(0.30/0.00/0.11/0.38)	

CMYK percentages

%29.75
%0
%11.39
%38.04

Codes

Color #6F9E8C in popluar color models

6F9E8C
RGB111158140
HSL157°19.50%52.75%
HSB/HSV157°29.75%61.96%
CMYK29.75%0.00%11.39%
38.04%

Color #6F9E8C in popluar number systems.

HEX6F9E8C
Decimal111158140
Binary11011111001111010001100
Octal157236214

Shades and tints

Shades of #6F9E8C

#6F9E8C
(111,158,140)
#659080
(101,144,128)
#5B8274
(91,130,116)
#517468
(81,116,104)
#47665C
(71,102,92)
#3D5850
(61,88,80)
#334A44
(51,74,68)
#293C38
(41,60,56)
#1F2E2C
(31,46,44)
#152020
(21,32,32)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #6F9E8C

#6F9E8C
(111,158,140)
#7CA696
(124,166,150)
#89AEA0
(137,174,160)
#96B6AA
(150,182,170)
#A3BEB4
(163,190,180)
#B0C6BE
(176,198,190)
#BDCEC8
(189,206,200)
#CAD6D2
(202,214,210)
#D7DEDC
(215,222,220)
#E4E6E6
(228,230,230)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9E8C color. Also use rgb(111,158,140) instead hex code.

Text Font Color

.myTextColor { color: #6F9E8C; }

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

This text font color is #6F9E8C.


Background Color

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

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

This div background color is #6F9E8C.


Border color

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

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

This div border color is #6F9E8C.


Opacity

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

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

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

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

This text has shadow with #6F9E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9E8C on black background.


Color preview on white background

This text has color #6F9E8C on white background.



Black color preview on #6F9E8C background

This text has black color on #6F9E8C background.


White color preview on #6F9E8C background

This text has white color on #6F9E8C background.