COLOR #6FA8A4

HEX: #6FA8A4
RGB: (111,168,164)

Color info

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

RGB color model

#6FA8A4 color RGB value is (111,168,164).

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

RGB channels and saturation

R 111 of 255 = 44%
G 168 of 255 = 66%
B 164 of 255 = 64%

111
168
164

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

Portions of RGB colors in percentages

R + G + B =
111 + 168 + 164 = 443 (100%)
R 111 of 443 ~ 25.06%
G 168 of 443 ~ 37.92%
B 164 of 443 ~ 37.02%

%25.06
%37.92
%37.02

CMYK color model

#6FA8A4 color CMYK value is (34,0,2,34).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 34.12%
CMYK:
(34,0,2,34)
C34M0Y2K34 
(34%,0%,2%,34%)
(0.34/0.00/0.02/0.34)	

CMYK percentages

%33.93
%0
%2.38
%34.12

Codes

Color #6FA8A4 in popluar color models

6FA8A4
RGB111168164
HSL176°24.68%54.71%
HSB/HSV176°33.93%65.88%
CMYK33.93%0.00%2.38%
34.12%

Color #6FA8A4 in popluar number systems.

HEX6FA8A4
Decimal111168164
Binary11011111010100010100100
Octal157250244

Shades and tints

Shades of #6FA8A4

#6FA8A4
(111,168,164)
#659996
(101,153,150)
#5B8A88
(91,138,136)
#517B7A
(81,123,122)
#476C6C
(71,108,108)
#3D5D5E
(61,93,94)
#334E50
(51,78,80)
#293F42
(41,63,66)
#1F3034
(31,48,52)
#152126
(21,33,38)
#0B1218
(11,18,24)
#000000
(0,0,0)

Tints of #6FA8A4

#6FA8A4
(111,168,164)
#7CAFAC
(124,175,172)
#89B6B4
(137,182,180)
#96BDBC
(150,189,188)
#A3C4C4
(163,196,196)
#B0CBCC
(176,203,204)
#BDD2D4
(189,210,212)
#CAD9DC
(202,217,220)
#D7E0E4
(215,224,228)
#E4E7EC
(228,231,236)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA8A4; }

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

This text font color is #6FA8A4.


Background Color

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

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

This div background color is #6FA8A4.


Border color

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

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

This div border color is #6FA8A4.


Opacity

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

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

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

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

This text has shadow with #6FA8A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA8A4 on black background.


Color preview on white background

This text has color #6FA8A4 on white background.



Black color preview on #6FA8A4 background

This text has black color on #6FA8A4 background.


White color preview on #6FA8A4 background

This text has white color on #6FA8A4 background.