COLOR #6FA8A2

HEX: #6FA8A2
RGB: (111,168,162)

Color info

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

RGB color model

#6FA8A2 color RGB value is (111,168,162).

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

RGB channels and saturation

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

111
168
162

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

Portions of RGB colors in percentages

R + G + B =
111 + 168 + 162 = 441 (100%)
R 111 of 441 ~ 25.17%
G 168 of 441 ~ 38.1%
B 162 of 441 ~ 36.73%

%25.17
%38.1
%36.73

CMYK color model

#6FA8A2 color CMYK value is (34,0,4,34).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 34.12%
CMYK:
(34,0,4,34)
C34M0Y4K34 
(34%,0%,4%,34%)
(0.34/0.00/0.04/0.34)	

CMYK percentages

%33.93
%0
%3.57
%34.12

Codes

Color #6FA8A2 in popluar color models

6FA8A2
RGB111168162
HSL174°24.68%54.71%
HSB/HSV174°33.93%65.88%
CMYK33.93%0.00%3.57%
34.12%

Color #6FA8A2 in popluar number systems.

HEX6FA8A2
Decimal111168162
Binary11011111010100010100010
Octal157250242

Shades and tints

Shades of #6FA8A2

#6FA8A2
(111,168,162)
#659994
(101,153,148)
#5B8A86
(91,138,134)
#517B78
(81,123,120)
#476C6A
(71,108,106)
#3D5D5C
(61,93,92)
#334E4E
(51,78,78)
#293F40
(41,63,64)
#1F3032
(31,48,50)
#152124
(21,33,36)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #6FA8A2

#6FA8A2
(111,168,162)
#7CAFAA
(124,175,170)
#89B6B2
(137,182,178)
#96BDBA
(150,189,186)
#A3C4C2
(163,196,194)
#B0CBCA
(176,203,202)
#BDD2D2
(189,210,210)
#CAD9DA
(202,217,218)
#D7E0E2
(215,224,226)
#E4E7EA
(228,231,234)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA8A2; }

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

This text font color is #6FA8A2.


Background Color

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

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

This div background color is #6FA8A2.


Border color

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

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

This div border color is #6FA8A2.


Opacity

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

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

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

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

This text has shadow with #6FA8A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA8A2 on black background.


Color preview on white background

This text has color #6FA8A2 on white background.



Black color preview on #6FA8A2 background

This text has black color on #6FA8A2 background.


White color preview on #6FA8A2 background

This text has white color on #6FA8A2 background.