COLOR #6F9A83

HEX: #6F9A83 RGB: (111,154,131)

Color info

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

RGB color model

#6F9A83 color RGB value is (111,154,131).

RGB: (111,154,131) (44%, 60%, 51%)

RGB channels and saturation

R 111 of 255 = 44%
G 154 of 255 = 60%
B 131 of 255 = 51%

111
154
131

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

Portions of RGB colors in percentages

R + G + B = 111 + 154 + 131 = 396 (100%)
R 111 of 396 ~ 28.03%
G 154 of 396 ~ 38.89%
B 131 of 396 ~ 33.08'%

%28.03
%38.89
%33.08

CMYK color model

#6F9A83 color CMYK value is (28,0,15,40).

  • cyan value is 27.92%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 39.61%

CMYK: (28,0,15,40)
C28M0Y15K40 (28%, 0%, 15%, 40%)
(0.28 / 0.00 / 0.15 / 0.40)

CMYK percentages

%27.92
%0
%14.94
%39.61

Codes

Color #6F9A83 in popluar color models

6F 9A 83
RGB 111 154 131
HSL 148° 17.55% 51.96%
HSB/HSV 148° 27.92% 60.39%
CMYK 27.92% 0.00% 14.94%
39.61%

Color #6F9A83 in popluar number systems.

HEX 6F 9A 83
Decimal 111 154 131
Binary 1101111 10011010 10000011
Octal 157 232 203

Shades and tints

Shades of #6F9A83

#6F9A83
(111,154,131)
#658C78
(101,140,120)
#5B7E6D
(91,126,109)
#517062
(81,112,98)
#476257
(71,98,87)
#3D544C
(61,84,76)
#334641
(51,70,65)
#293836
(41,56,54)
#1F2A2B
(31,42,43)
#151C20
(21,28,32)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #6F9A83

#6F9A83
(111,154,131)
#7CA38E
(124,163,142)
#89AC99
(137,172,153)
#96B5A4
(150,181,164)
#A3BEAF
(163,190,175)
#B0C7BA
(176,199,186)
#BDD0C5
(189,208,197)
#CAD9D0
(202,217,208)
#D7E2DB
(215,226,219)
#E4EBE6
(228,235,230)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9A83 color. Also use rgb(111,154,131) instead hex code.

Text Font Color

.myTextColor { color: #6F9A83; }

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

This text font color is #6F9A83.

Background Color

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

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

This div background color is #6F9A83.

Border color

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

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

This div border color is #6F9A83.

Opacity

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

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

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

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

This text has shadow with #6F9A83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9A83.

Preview

Color preview on black background

This text has color #6F9A83 on black background.


Color preview on white background

This text has color #6F9A83 on white background.


Black color preview on #6F9A83 background

This text has black color on #6F9A83 background.


White color preview on #6F9A83 background

This text has white color on #6F9A83 background.


Related colors

Complementary color

Complementary color for #hex is #90657C.


I love getcolorcode.com

Triadic colors

1 #836F9A and #9A836F with #6F9A83 are triadic colors.

2 #839A6F and #9A6F83 with #6F9A83 are triadic colors.