COLOR #6AA59B

HEX: #6AA59B RGB: (106,165,155)

Color info

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

RGB color model

#6AA59B color RGB value is (106,165,155).

RGB: (106,165,155) (42%, 65%, 61%)

RGB channels and saturation

R 106 of 255 = 42%
G 165 of 255 = 65%
B 155 of 255 = 61%

106
165
155

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

Portions of RGB colors in percentages

R + G + B = 106 + 165 + 155 = 426 (100%)
R 106 of 426 ~ 24.88%
G 165 of 426 ~ 38.73%
B 155 of 426 ~ 36.38'%

%24.88
%38.73
%36.38

CMYK color model

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

  • cyan value is 35.76%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 35.29%

CMYK: (36,0,6,35)
C36M0Y6K35 (36%, 0%, 6%, 35%)
(0.36 / 0.00 / 0.06 / 0.35)

CMYK percentages

%35.76
%0
%6.06
%35.29

Codes

Color #6AA59B in popluar color models

6A A5 9B
RGB 106 165 155
HSL 170° 24.69% 53.14%
HSB/HSV 170° 35.76% 64.71%
CMYK 35.76% 0.00% 6.06%
35.29%

Color #6AA59B in popluar number systems.

HEX 6A A5 9B
Decimal 106 165 155
Binary 1101010 10100101 10011011
Octal 152 245 233

Shades and tints

Shades of #6AA59B

#6AA59B
(106,165,155)
#61968D
(97,150,141)
#58877F
(88,135,127)
#4F7871
(79,120,113)
#466963
(70,105,99)
#3D5A55
(61,90,85)
#344B47
(52,75,71)
#2B3C39
(43,60,57)
#222D2B
(34,45,43)
#191E1D
(25,30,29)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #6AA59B

#6AA59B
(106,165,155)
#77ADA4
(119,173,164)
#84B5AD
(132,181,173)
#91BDB6
(145,189,182)
#9EC5BF
(158,197,191)
#ABCDC8
(171,205,200)
#B8D5D1
(184,213,209)
#C5DDDA
(197,221,218)
#D2E5E3
(210,229,227)
#DFEDEC
(223,237,236)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA59B; }

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

This text font color is #6AA59B.

Background Color

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

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

This div background color is #6AA59B.

Border color

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

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

This div border color is #6AA59B.

Opacity

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

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

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

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

This text has shadow with #6AA59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA59B.

Preview

Color preview on black background

This text has color #6AA59B on black background.


Color preview on white background

This text has color #6AA59B on white background.


Black color preview on #6AA59B background

This text has black color on #6AA59B background.


White color preview on #6AA59B background

This text has white color on #6AA59B background.


Related colors

Complementary color

Complementary color for #hex is #955A64.


I love getcolorcode.com

Triadic colors

1 #9B6AA5 and #A59B6A with #6AA59B are triadic colors.

2 #9BA56A and #A56A9B with #6AA59B are triadic colors.