COLOR #6FA19B

HEX: #6FA19B
RGB: (111,161,155)

Color info

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

RGB color model

#6FA19B color RGB value is (111,161,155).

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

RGB channels and saturation

R 111 of 255 = 44%
G 161 of 255 = 63%
B 155 of 255 = 61%

111
161
155

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

Portions of RGB colors in percentages

R + G + B =
111 + 161 + 155 = 427 (100%)
R 111 of 427 ~ 26%
G 161 of 427 ~ 37.7%
B 155 of 427 ~ 36.3%

%26
%37.7
%36.3

CMYK color model

#6FA19B color CMYK value is (31,0,4,37).

  • cyan value is 31.06%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 36.86%
CMYK:
(31,0,4,37)
C31M0Y4K37 
(31%,0%,4%,37%)
(0.31/0.00/0.04/0.37)	

CMYK percentages

%31.06
%0
%3.73
%36.86

Codes

Color #6FA19B in popluar color models

6FA19B
RGB111161155
HSL173°21.01%53.33%
HSB/HSV173°31.06%63.14%
CMYK31.06%0.00%3.73%
36.86%

Color #6FA19B in popluar number systems.

HEX6FA19B
Decimal111161155
Binary11011111010000110011011
Octal157241233

Shades and tints

Shades of #6FA19B

#6FA19B
(111,161,155)
#65938D
(101,147,141)
#5B857F
(91,133,127)
#517771
(81,119,113)
#476963
(71,105,99)
#3D5B55
(61,91,85)
#334D47
(51,77,71)
#293F39
(41,63,57)
#1F312B
(31,49,43)
#15231D
(21,35,29)
#0B150F
(11,21,15)
#000000
(0,0,0)

Tints of #6FA19B

#6FA19B
(111,161,155)
#7CA9A4
(124,169,164)
#89B1AD
(137,177,173)
#96B9B6
(150,185,182)
#A3C1BF
(163,193,191)
#B0C9C8
(176,201,200)
#BDD1D1
(189,209,209)
#CAD9DA
(202,217,218)
#D7E1E3
(215,225,227)
#E4E9EC
(228,233,236)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA19B; }

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

This text font color is #6FA19B.


Background Color

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

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

This div background color is #6FA19B.


Border color

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

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

This div border color is #6FA19B.


Opacity

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

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

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

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

This text has shadow with #6FA19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA19B on black background.


Color preview on white background

This text has color #6FA19B on white background.



Black color preview on #6FA19B background

This text has black color on #6FA19B background.


White color preview on #6FA19B background

This text has white color on #6FA19B background.