COLOR #6AA49D

HEX: #6AA49D RGB: (106,164,157)

Color info

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

RGB color model

#6AA49D color RGB value is (106,164,157).

RGB: (106,164,157) (42%, 64%, 62%)

RGB channels and saturation

R 106 of 255 = 42%
G 164 of 255 = 64%
B 157 of 255 = 62%

106
164
157

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

Portions of RGB colors in percentages

R + G + B = 106 + 164 + 157 = 427 (100%)
R 106 of 427 ~ 24.82%
G 164 of 427 ~ 38.41%
B 157 of 427 ~ 36.77'%

%24.82
%38.41
%36.77

CMYK color model

#6AA49D color CMYK value is (35,0,4,36).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 35.69%
CMYK: (35,0,4,36) C35M0Y4K36 (35%,0%,4%,36%) (0.35/0.00/0.04/0.36) 

CMYK percentages

%35.37
%0
%4.27
%35.69

Codes

Color #6AA49D in popluar color models

6A A4 9D
RGB 106 164 157
HSL 173° 24.17% 52.94%
HSB/HSV 173° 35.37% 64.31%
CMYK 35.37% 0.00% 4.27%
35.69%

Color #6AA49D in popluar number systems.

HEX 6A A4 9D
Decimal 106 164 157
Binary 1101010 10100100 10011101
Octal 152 244 235

Shades and tints

Shades of #6AA49D

#6AA49D
(106,164,157)
#61968F
(97,150,143)
#588881
(88,136,129)
#4F7A73
(79,122,115)
#466C65
(70,108,101)
#3D5E57
(61,94,87)
#345049
(52,80,73)
#2B423B
(43,66,59)
#22342D
(34,52,45)
#19261F
(25,38,31)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #6AA49D

#6AA49D
(106,164,157)
#77ACA5
(119,172,165)
#84B4AD
(132,180,173)
#91BCB5
(145,188,181)
#9EC4BD
(158,196,189)
#ABCCC5
(171,204,197)
#B8D4CD
(184,212,205)
#C5DCD5
(197,220,213)
#D2E4DD
(210,228,221)
#DFECE5
(223,236,229)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA49D; }

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

This text font color is #6AA49D.

Background Color

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

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

This div background color is #6AA49D.

Border color

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

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

This div border color is #6AA49D.

Opacity

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

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

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

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

This text has shadow with #6AA49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA49D.

Preview

Color preview on black background

This text has color #6AA49D on black background.


Color preview on white background

This text has color #6AA49D on white background.


Black color preview on #6AA49D background

This text has black color on #6AA49D background.


White color preview on #6AA49D background

This text has white color on #6AA49D background.


Related colors

Complementary color

Complementary color for #hex is #955B62.


I love getcolorcode.com

Triadic colors

1 #9D6AA4 and #A49D6A with #6AA49D are triadic colors.

2 #9DA46A and #A46A9D with #6AA49D are triadic colors.