COLOR #6FAAA2

HEX: #6FAAA2 RGB: (111,170,162)

Color info

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

RGB color model

#6FAAA2 color RGB value is (111,170,162).

RGB: (111,170,162) (44%, 67%, 64%)

RGB channels and saturation

R 111 of 255 = 44%
G 170 of 255 = 67%
B 162 of 255 = 64%

111
170
162

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

Portions of RGB colors in percentages

R + G + B = 111 + 170 + 162 = 443 (100%)
R 111 of 443 ~ 25.06%
G 170 of 443 ~ 38.37%
B 162 of 443 ~ 36.57'%

%25.06
%38.37
%36.57

CMYK color model

#6FAAA2 color CMYK value is (35,0,5,33).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 33.33%
CMYK: (35,0,5,33) C35M0Y5K33 (35%,0%,5%,33%) (0.35/0.00/0.05/0.33) 

CMYK percentages

%34.71
%0
%4.71
%33.33

Codes

Color #6FAAA2 in popluar color models

6F AA A2
RGB 111 170 162
HSL 172° 25.76% 55.10%
HSB/HSV 172° 34.71% 66.67%
CMYK 34.71% 0.00% 4.71%
33.33%

Color #6FAAA2 in popluar number systems.

HEX 6F AA A2
Decimal 111 170 162
Binary 1101111 10101010 10100010
Octal 157 252 242

Shades and tints

Shades of #6FAAA2

#6FAAA2
(111,170,162)
#659B94
(101,155,148)
#5B8C86
(91,140,134)
#517D78
(81,125,120)
#476E6A
(71,110,106)
#3D5F5C
(61,95,92)
#33504E
(51,80,78)
#294140
(41,65,64)
#1F3232
(31,50,50)
#152324
(21,35,36)
#0B1416
(11,20,22)
#000000
(0,0,0)

Tints of #6FAAA2

#6FAAA2
(111,170,162)
#7CB1AA
(124,177,170)
#89B8B2
(137,184,178)
#96BFBA
(150,191,186)
#A3C6C2
(163,198,194)
#B0CDCA
(176,205,202)
#BDD4D2
(189,212,210)
#CADBDA
(202,219,218)
#D7E2E2
(215,226,226)
#E4E9EA
(228,233,234)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAAA2; }

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

This text font color is #6FAAA2.

Background Color

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

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

This div background color is #6FAAA2.

Border color

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

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

This div border color is #6FAAA2.

Opacity

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

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

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

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

This text has shadow with #6FAAA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAAA2.

Preview

Color preview on black background

This text has color #6FAAA2 on black background.


Color preview on white background

This text has color #6FAAA2 on white background.


Black color preview on #6FAAA2 background

This text has black color on #6FAAA2 background.


White color preview on #6FAAA2 background

This text has white color on #6FAAA2 background.


Related colors

Complementary color

Complementary color for #hex is #90555D.


I love getcolorcode.com

Triadic colors

1 #A26FAA and #AAA26F with #6FAAA2 are triadic colors.

2 #A2AA6F and #AA6FA2 with #6FAAA2 are triadic colors.