COLOR #6AAA9D

HEX: #6AAA9D RGB: (106,170,157)

Color info

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

RGB color model

#6AAA9D color RGB value is (106,170,157).

RGB: (106,170,157) (42%, 67%, 62%)

RGB channels and saturation

R 106 of 255 = 42%
G 170 of 255 = 67%
B 157 of 255 = 62%

106
170
157

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

Portions of RGB colors in percentages

R + G + B = 106 + 170 + 157 = 433 (100%)
R 106 of 433 ~ 24.48%
G 170 of 433 ~ 39.26%
B 157 of 433 ~ 36.26'%

%24.48
%39.26
%36.26

CMYK color model

#6AAA9D color CMYK value is (38,0,8,33).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 7.65%
  • key color value is 33.33%

CMYK: (38,0,8,33)
C38M0Y8K33 (38%, 0%, 8%, 33%)
(0.38 / 0.00 / 0.08 / 0.33)

CMYK percentages

%37.65
%0
%7.65
%33.33

Codes

Color #6AAA9D in popluar color models

6A AA 9D
RGB 106 170 157
HSL 168° 27.35% 54.12%
HSB/HSV 168° 37.65% 66.67%
CMYK 37.65% 0.00% 7.65%
33.33%

Color #6AAA9D in popluar number systems.

HEX 6A AA 9D
Decimal 106 170 157
Binary 1101010 10101010 10011101
Octal 152 252 235

Shades and tints

Shades of #6AAA9D

#6AAA9D
(106,170,157)
#619B8F
(97,155,143)
#588C81
(88,140,129)
#4F7D73
(79,125,115)
#466E65
(70,110,101)
#3D5F57
(61,95,87)
#345049
(52,80,73)
#2B413B
(43,65,59)
#22322D
(34,50,45)
#19231F
(25,35,31)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #6AAA9D

#6AAA9D
(106,170,157)
#77B1A5
(119,177,165)
#84B8AD
(132,184,173)
#91BFB5
(145,191,181)
#9EC6BD
(158,198,189)
#ABCDC5
(171,205,197)
#B8D4CD
(184,212,205)
#C5DBD5
(197,219,213)
#D2E2DD
(210,226,221)
#DFE9E5
(223,233,229)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AAA9D color. Also use rgb(106,170,157) instead hex code.

Text Font Color

.myTextColor { color: #6AAA9D; }

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

This text font color is #6AAA9D.

Background Color

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

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

This div background color is #6AAA9D.

Border color

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

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

This div border color is #6AAA9D.

Opacity

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

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

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

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

This text has shadow with #6AAA9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AAA9D.

Preview

Color preview on black background

This text has color #6AAA9D on black background.


Color preview on white background

This text has color #6AAA9D on white background.


Black color preview on #6AAA9D background

This text has black color on #6AAA9D background.


White color preview on #6AAA9D background

This text has white color on #6AAA9D background.


Related colors

Complementary color

Complementary color for #hex is #955562.


I love getcolorcode.com

Triadic colors

1 #9D6AAA and #AA9D6A with #6AAA9D are triadic colors.

2 #9DAA6A and #AA6A9D with #6AAA9D are triadic colors.