COLOR #6FAFA9

HEX: #6FAFA9
RGB: (111,175,169)

Color info

#6FAFA9 contains mainly green and blue colors. Web safe color of #6FAFA9 is #669999 (or #699).

RGB color model

#6FAFA9 color RGB value is (111,175,169).

  • red value is 111;
  • green value is 175;
  • blue value is 169.
RGB:
(111,175,169)
(44%,69%,66%)

RGB channels and saturation

R 111 of 255 = 44%
G 175 of 255 = 69%
B 169 of 255 = 66%

111
175
169

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

Portions of RGB colors in percentages

R + G + B =
111 + 175 + 169 = 455 (100%)
R 111 of 455 ~ 24.4%
G 175 of 455 ~ 38.46%
B 169 of 455 ~ 37.14%

%24.4
%38.46
%37.14

CMYK color model

#6FAFA9 color CMYK value is (37,0,3,31).

  • cyan value is 36.57%
  • magenta value is 0.00%
  • yellow value is 3.43%
  • key color value is 31.37%
CMYK:
(37,0,3,31)
C37M0Y3K31 
(37%,0%,3%,31%)
(0.37/0.00/0.03/0.31)	

CMYK percentages

%36.57
%0
%3.43
%31.37

Codes

Color #6FAFA9 in popluar color models

6FAFA9
RGB111175169
HSL174°28.57%56.08%
HSB/HSV174°36.57%68.63%
CMYK36.57%0.00%3.43%
31.37%

Color #6FAFA9 in popluar number systems.

HEX6FAFA9
Decimal111175169
Binary11011111010111110101001
Octal157257251

Shades and tints

Shades of #6FAFA9

#6FAFA9
(111,175,169)
#65A09A
(101,160,154)
#5B918B
(91,145,139)
#51827C
(81,130,124)
#47736D
(71,115,109)
#3D645E
(61,100,94)
#33554F
(51,85,79)
#294640
(41,70,64)
#1F3731
(31,55,49)
#152822
(21,40,34)
#0B1913
(11,25,19)
#000000
(0,0,0)

Tints of #6FAFA9

#6FAFA9
(111,175,169)
#7CB6B0
(124,182,176)
#89BDB7
(137,189,183)
#96C4BE
(150,196,190)
#A3CBC5
(163,203,197)
#B0D2CC
(176,210,204)
#BDD9D3
(189,217,211)
#CAE0DA
(202,224,218)
#D7E7E1
(215,231,225)
#E4EEE8
(228,238,232)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAFA9 color. Also use rgb(111,175,169) instead hex code.

Text Font Color

.myTextColor { color: #6FAFA9; }

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

This text font color is #6FAFA9.


Background Color

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

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

This div background color is #6FAFA9.


Border color

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

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

This div border color is #6FAFA9.


Opacity

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

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

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

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

This text has shadow with #6FAFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FAFA9 on black background.


Color preview on white background

This text has color #6FAFA9 on white background.



Black color preview on #6FAFA9 background

This text has black color on #6FAFA9 background.


White color preview on #6FAFA9 background

This text has white color on #6FAFA9 background.