COLOR #6AAAA5

HEX: #6AAAA5 RGB: (106,170,165)

Color info

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

RGB color model

#6AAAA5 color RGB value is (106,170,165).

RGB: (106,170,165) (42%, 67%, 65%)

RGB channels and saturation

R 106 of 255 = 42%
G 170 of 255 = 67%
B 165 of 255 = 65%

106
170
165

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

Portions of RGB colors in percentages

R + G + B = 106 + 170 + 165 = 441 (100%)
R 106 of 441 ~ 24.04%
G 170 of 441 ~ 38.55%
B 165 of 441 ~ 37.41'%

%24.04
%38.55
%37.41

CMYK color model

#6AAAA5 color CMYK value is (38,0,3,33).

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

CMYK: (38,0,3,33)
C38M0Y3K33 (38%, 0%, 3%, 33%)
(0.38 / 0.00 / 0.03 / 0.33)

CMYK percentages

%37.65
%0
%2.94
%33.33

Codes

Color #6AAAA5 in popluar color models

6A AA A5
RGB 106 170 165
HSL 175° 27.35% 54.12%
HSB/HSV 175° 37.65% 66.67%
CMYK 37.65% 0.00% 2.94%
33.33%

Color #6AAAA5 in popluar number systems.

HEX 6A AA A5
Decimal 106 170 165
Binary 1101010 10101010 10100101
Octal 152 252 245

Shades and tints

Shades of #6AAAA5

#6AAAA5
(106,170,165)
#619B96
(97,155,150)
#588C87
(88,140,135)
#4F7D78
(79,125,120)
#466E69
(70,110,105)
#3D5F5A
(61,95,90)
#34504B
(52,80,75)
#2B413C
(43,65,60)
#22322D
(34,50,45)
#19231E
(25,35,30)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #6AAAA5

#6AAAA5
(106,170,165)
#77B1AD
(119,177,173)
#84B8B5
(132,184,181)
#91BFBD
(145,191,189)
#9EC6C5
(158,198,197)
#ABCDCD
(171,205,205)
#B8D4D5
(184,212,213)
#C5DBDD
(197,219,221)
#D2E2E5
(210,226,229)
#DFE9ED
(223,233,237)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AAAA5; }

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

This text font color is #6AAAA5.

Background Color

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

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

This div background color is #6AAAA5.

Border color

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

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

This div border color is #6AAAA5.

Opacity

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

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

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

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

This text has shadow with #6AAAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AAAA5.

Preview

Color preview on black background

This text has color #6AAAA5 on black background.


Color preview on white background

This text has color #6AAAA5 on white background.


Black color preview on #6AAAA5 background

This text has black color on #6AAAA5 background.


White color preview on #6AAAA5 background

This text has white color on #6AAAA5 background.


Related colors

Complementary color

Complementary color for #hex is #95555A.


I love getcolorcode.com

Triadic colors

1 #A56AAA and #AAA56A with #6AAAA5 are triadic colors.

2 #A5AA6A and #AA6AA5 with #6AAAA5 are triadic colors.