COLOR #6FA489

HEX: #6FA489
RGB: (111,164,137)

Color info

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

RGB color model

#6FA489 color RGB value is (111,164,137).

  • red value is 111;
  • green value is 164;
  • blue value is 137.
RGB:
(111,164,137)
(44%,64%,54%)

RGB channels and saturation

R 111 of 255 = 44%
G 164 of 255 = 64%
B 137 of 255 = 54%

111
164
137

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

Portions of RGB colors in percentages

R + G + B =
111 + 164 + 137 = 412 (100%)
R 111 of 412 ~ 26.94%
G 164 of 412 ~ 39.81%
B 137 of 412 ~ 33.25%

%26.94
%39.81
%33.25

CMYK color model

#6FA489 color CMYK value is (32,0,16,36).

  • cyan value is 32.32%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 35.69%
CMYK:
(32,0,16,36)
C32M0Y16K36 
(32%,0%,16%,36%)
(0.32/0.00/0.16/0.36)	

CMYK percentages

%32.32
%0
%16.46
%35.69

Codes

Color #6FA489 in popluar color models

6FA489
RGB111164137
HSL149°22.55%53.92%
HSB/HSV149°32.32%64.31%
CMYK32.32%0.00%16.46%
35.69%

Color #6FA489 in popluar number systems.

HEX6FA489
Decimal111164137
Binary11011111010010010001001
Octal157244211

Shades and tints

Shades of #6FA489

#6FA489
(111,164,137)
#65967D
(101,150,125)
#5B8871
(91,136,113)
#517A65
(81,122,101)
#476C59
(71,108,89)
#3D5E4D
(61,94,77)
#335041
(51,80,65)
#294235
(41,66,53)
#1F3429
(31,52,41)
#15261D
(21,38,29)
#0B1811
(11,24,17)
#000000
(0,0,0)

Tints of #6FA489

#6FA489
(111,164,137)
#7CAC93
(124,172,147)
#89B49D
(137,180,157)
#96BCA7
(150,188,167)
#A3C4B1
(163,196,177)
#B0CCBB
(176,204,187)
#BDD4C5
(189,212,197)
#CADCCF
(202,220,207)
#D7E4D9
(215,228,217)
#E4ECE3
(228,236,227)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA489 color. Also use rgb(111,164,137) instead hex code.

Text Font Color

.myTextColor { color: #6FA489; }

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

This text font color is #6FA489.


Background Color

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

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

This div background color is #6FA489.


Border color

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

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

This div border color is #6FA489.


Opacity

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

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

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

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

This text has shadow with #6FA489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA489 on black background.


Color preview on white background

This text has color #6FA489 on white background.



Black color preview on #6FA489 background

This text has black color on #6FA489 background.


White color preview on #6FA489 background

This text has white color on #6FA489 background.