COLOR #6AA99D

HEX: #6AA99D
RGB: (106,169,157)

Color info

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

RGB color model

#6AA99D color RGB value is (106,169,157).

  • red value is 106;
  • green value is 169;
  • blue value is 157.
RGB:
(106,169,157)
(42%,66%,62%)

RGB channels and saturation

R 106 of 255 = 42%
G 169 of 255 = 66%
B 157 of 255 = 62%

106
169
157

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

Portions of RGB colors in percentages

R + G + B =
106 + 169 + 157 = 432 (100%)
R 106 of 432 ~ 24.54%
G 169 of 432 ~ 39.12%
B 157 of 432 ~ 36.34%

%24.54
%39.12
%36.34

CMYK color model

#6AA99D color CMYK value is (37,0,7,34).

  • cyan value is 37.28%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 33.73%
CMYK:
(37,0,7,34)
C37M0Y7K34 
(37%,0%,7%,34%)
(0.37/0.00/0.07/0.34)	

CMYK percentages

%37.28
%0
%7.1
%33.73

Codes

Color #6AA99D in popluar color models

6AA99D
RGB106169157
HSL169°26.81%53.92%
HSB/HSV169°37.28%66.27%
CMYK37.28%0.00%7.10%
33.73%

Color #6AA99D in popluar number systems.

HEX6AA99D
Decimal106169157
Binary11010101010100110011101
Octal152251235

Shades and tints

Shades of #6AA99D

#6AA99D
(106,169,157)
#619A8F
(97,154,143)
#588B81
(88,139,129)
#4F7C73
(79,124,115)
#466D65
(70,109,101)
#3D5E57
(61,94,87)
#344F49
(52,79,73)
#2B403B
(43,64,59)
#22312D
(34,49,45)
#19221F
(25,34,31)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #6AA99D

#6AA99D
(106,169,157)
#77B0A5
(119,176,165)
#84B7AD
(132,183,173)
#91BEB5
(145,190,181)
#9EC5BD
(158,197,189)
#ABCCC5
(171,204,197)
#B8D3CD
(184,211,205)
#C5DAD5
(197,218,213)
#D2E1DD
(210,225,221)
#DFE8E5
(223,232,229)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA99D color. Also use rgb(106,169,157) instead hex code.

Text Font Color

.myTextColor { color: #6AA99D; }

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

This text font color is #6AA99D.


Background Color

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

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

This div background color is #6AA99D.


Border color

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

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

This div border color is #6AA99D.


Opacity

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

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

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

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

This text has shadow with #6AA99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA99D on black background.


Color preview on white background

This text has color #6AA99D on white background.



Black color preview on #6AA99D background

This text has black color on #6AA99D background.


White color preview on #6AA99D background

This text has white color on #6AA99D background.