COLOR #6AAE90

HEX: #6AAE90 RGB: (106,174,144)

Color info

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

RGB color model

#6AAE90 color RGB value is (106,174,144).

RGB: (106,174,144) (42%, 68%, 56%)

RGB channels and saturation

R 106 of 255 = 42%
G 174 of 255 = 68%
B 144 of 255 = 56%

106
174
144

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

Portions of RGB colors in percentages

R + G + B = 106 + 174 + 144 = 424 (100%)
R 106 of 424 ~ 25%
G 174 of 424 ~ 41.04%
B 144 of 424 ~ 33.96'%

%25
%41.04
%33.96

CMYK color model

#6AAE90 color CMYK value is (39,0,17,32).

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

CMYK: (39,0,17,32)
C39M0Y17K32 (39%, 0%, 17%, 32%)
(0.39 / 0.00 / 0.17 / 0.32)

CMYK percentages

%39.08
%0
%17.24
%31.76

Codes

Color #6AAE90 in popluar color models

6A AE 90
RGB 106 174 144
HSL 154° 29.57% 54.90%
HSB/HSV 154° 39.08% 68.24%
CMYK 39.08% 0.00% 17.24%
31.76%

Color #6AAE90 in popluar number systems.

HEX 6A AE 90
Decimal 106 174 144
Binary 1101010 10101110 10010000
Octal 152 256 220

Shades and tints

Shades of #6AAE90

#6AAE90
(106,174,144)
#619F83
(97,159,131)
#589076
(88,144,118)
#4F8169
(79,129,105)
#46725C
(70,114,92)
#3D634F
(61,99,79)
#345442
(52,84,66)
#2B4535
(43,69,53)
#223628
(34,54,40)
#19271B
(25,39,27)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #6AAE90

#6AAE90
(106,174,144)
#77B59A
(119,181,154)
#84BCA4
(132,188,164)
#91C3AE
(145,195,174)
#9ECAB8
(158,202,184)
#ABD1C2
(171,209,194)
#B8D8CC
(184,216,204)
#C5DFD6
(197,223,214)
#D2E6E0
(210,230,224)
#DFEDEA
(223,237,234)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AAE90; }

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

This text font color is #6AAE90.

Background Color

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

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

This div background color is #6AAE90.

Border color

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

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

This div border color is #6AAE90.

Opacity

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

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

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

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

This text has shadow with #6AAE90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AAE90.

Preview

Color preview on black background

This text has color #6AAE90 on black background.


Color preview on white background

This text has color #6AAE90 on white background.


Black color preview on #6AAE90 background

This text has black color on #6AAE90 background.


White color preview on #6AAE90 background

This text has white color on #6AAE90 background.


Related colors

Complementary color

Complementary color for #hex is #95516F.


I love getcolorcode.com

Triadic colors

1 #906AAE and #AE906A with #6AAE90 are triadic colors.

2 #90AE6A and #AE6A90 with #6AAE90 are triadic colors.