COLOR #6AAE89

HEX: #6AAE89 RGB: (106,174,137)

Color info

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

RGB color model

#6AAE89 color RGB value is (106,174,137).

RGB: (106,174,137) (42%, 68%, 54%)

RGB channels and saturation

R 106 of 255 = 42%
G 174 of 255 = 68%
B 137 of 255 = 54%

106
174
137

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

Portions of RGB colors in percentages

R + G + B = 106 + 174 + 137 = 417 (100%)
R 106 of 417 ~ 25.42%
G 174 of 417 ~ 41.73%
B 137 of 417 ~ 32.85'%

%25.42
%41.73
%32.85

CMYK color model

#6AAE89 color CMYK value is (39,0,21,32).

  • cyan value is 39.08%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 31.76%

CMYK: (39,0,21,32)
C39M0Y21K32 (39%, 0%, 21%, 32%)
(0.39 / 0.00 / 0.21 / 0.32)

CMYK percentages

%39.08
%0
%21.26
%31.76

Codes

Color #6AAE89 in popluar color models

6A AE 89
RGB 106 174 137
HSL 147° 29.57% 54.90%
HSB/HSV 147° 39.08% 68.24%
CMYK 39.08% 0.00% 21.26%
31.76%

Color #6AAE89 in popluar number systems.

HEX 6A AE 89
Decimal 106 174 137
Binary 1101010 10101110 10001001
Octal 152 256 211

Shades and tints

Shades of #6AAE89

#6AAE89
(106,174,137)
#619F7D
(97,159,125)
#589071
(88,144,113)
#4F8165
(79,129,101)
#467259
(70,114,89)
#3D634D
(61,99,77)
#345441
(52,84,65)
#2B4535
(43,69,53)
#223629
(34,54,41)
#19271D
(25,39,29)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #6AAE89

#6AAE89
(106,174,137)
#77B593
(119,181,147)
#84BC9D
(132,188,157)
#91C3A7
(145,195,167)
#9ECAB1
(158,202,177)
#ABD1BB
(171,209,187)
#B8D8C5
(184,216,197)
#C5DFCF
(197,223,207)
#D2E6D9
(210,230,217)
#DFEDE3
(223,237,227)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AAE89 color. Also use rgb(106,174,137) instead hex code.

Text Font Color

.myTextColor { color: #6AAE89; }

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

This text font color is #6AAE89.

Background Color

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

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

This div background color is #6AAE89.

Border color

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

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

This div border color is #6AAE89.

Opacity

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

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

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

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

This text has shadow with #6AAE89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AAE89.

Preview

Color preview on black background

This text has color #6AAE89 on black background.


Color preview on white background

This text has color #6AAE89 on white background.


Black color preview on #6AAE89 background

This text has black color on #6AAE89 background.


White color preview on #6AAE89 background

This text has white color on #6AAE89 background.


Related colors

Complementary color

Complementary color for #hex is #955176.


I love getcolorcode.com

Triadic colors

1 #896AAE and #AE896A with #6AAE89 are triadic colors.

2 #89AE6A and #AE6A89 with #6AAE89 are triadic colors.