COLOR #6AAA89

HEX: #6AAA89
RGB: (106,170,137)

Color info

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

RGB color model

#6AAA89 color RGB value is (106,170,137).

  • red value is 106;
  • green value is 170;
  • blue value is 137.
RGB:
(106,170,137)
(42%,67%,54%)

RGB channels and saturation

R 106 of 255 = 42%
G 170 of 255 = 67%
B 137 of 255 = 54%

106
170
137

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

Portions of RGB colors in percentages

R + G + B =
106 + 170 + 137 = 413 (100%)
R 106 of 413 ~ 25.67%
G 170 of 413 ~ 41.16%
B 137 of 413 ~ 33.17%

%25.67
%41.16
%33.17

CMYK color model

#6AAA89 color CMYK value is (38,0,19,33).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 19.41%
  • key color value is 33.33%
CMYK:
(38,0,19,33)
C38M0Y19K33 
(38%,0%,19%,33%)
(0.38/0.00/0.19/0.33)	

CMYK percentages

%37.65
%0
%19.41
%33.33

Codes

Color #6AAA89 in popluar color models

6AAA89
RGB106170137
HSL149°27.35%54.12%
HSB/HSV149°37.65%66.67%
CMYK37.65%0.00%19.41%
33.33%

Color #6AAA89 in popluar number systems.

HEX6AAA89
Decimal106170137
Binary11010101010101010001001
Octal152252211

Shades and tints

Shades of #6AAA89

#6AAA89
(106,170,137)
#619B7D
(97,155,125)
#588C71
(88,140,113)
#4F7D65
(79,125,101)
#466E59
(70,110,89)
#3D5F4D
(61,95,77)
#345041
(52,80,65)
#2B4135
(43,65,53)
#223229
(34,50,41)
#19231D
(25,35,29)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #6AAA89

#6AAA89
(106,170,137)
#77B193
(119,177,147)
#84B89D
(132,184,157)
#91BFA7
(145,191,167)
#9EC6B1
(158,198,177)
#ABCDBB
(171,205,187)
#B8D4C5
(184,212,197)
#C5DBCF
(197,219,207)
#D2E2D9
(210,226,217)
#DFE9E3
(223,233,227)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AAA89; }

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

This text font color is #6AAA89.


Background Color

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

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

This div background color is #6AAA89.


Border color

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

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

This div border color is #6AAA89.


Opacity

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

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

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

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

This text has shadow with #6AAA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAA89 on black background.


Color preview on white background

This text has color #6AAA89 on white background.



Black color preview on #6AAA89 background

This text has black color on #6AAA89 background.


White color preview on #6AAA89 background

This text has white color on #6AAA89 background.