COLOR #6AA699

HEX: #6AA699 RGB: (106,166,153)

Color info

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

RGB color model

#6AA699 color RGB value is (106,166,153).

RGB: (106,166,153) (42%, 65%, 60%)

RGB channels and saturation

R 106 of 255 = 42%
G 166 of 255 = 65%
B 153 of 255 = 60%

106
166
153

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

Portions of RGB colors in percentages

R + G + B = 106 + 166 + 153 = 425 (100%)
R 106 of 425 ~ 24.94%
G 166 of 425 ~ 39.06%
B 153 of 425 ~ 36'%

%24.94
%39.06
%36

CMYK color model

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

  • cyan value is 36.14%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 34.90%

CMYK: (36,0,8,35)
C36M0Y8K35 (36%, 0%, 8%, 35%)
(0.36 / 0.00 / 0.08 / 0.35)

CMYK percentages

%36.14
%0
%7.83
%34.9

Codes

Color #6AA699 in popluar color models

6A A6 99
RGB 106 166 153
HSL 167° 25.21% 53.33%
HSB/HSV 167° 36.14% 65.10%
CMYK 36.14% 0.00% 7.83%
34.90%

Color #6AA699 in popluar number systems.

HEX 6A A6 99
Decimal 106 166 153
Binary 1101010 10100110 10011001
Octal 152 246 231

Shades and tints

Shades of #6AA699

#6AA699
(106,166,153)
#61978C
(97,151,140)
#58887F
(88,136,127)
#4F7972
(79,121,114)
#466A65
(70,106,101)
#3D5B58
(61,91,88)
#344C4B
(52,76,75)
#2B3D3E
(43,61,62)
#222E31
(34,46,49)
#191F24
(25,31,36)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #6AA699

#6AA699
(106,166,153)
#77AEA2
(119,174,162)
#84B6AB
(132,182,171)
#91BEB4
(145,190,180)
#9EC6BD
(158,198,189)
#ABCEC6
(171,206,198)
#B8D6CF
(184,214,207)
#C5DED8
(197,222,216)
#D2E6E1
(210,230,225)
#DFEEEA
(223,238,234)
#ECF6F3
(236,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA699 color. Also use rgb(106,166,153) instead hex code.

Text Font Color

.myTextColor { color: #6AA699; }

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

This text font color is #6AA699.

Background Color

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

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

This div background color is #6AA699.

Border color

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

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

This div border color is #6AA699.

Opacity

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

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

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

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

This text has shadow with #6AA699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA699.

Preview

Color preview on black background

This text has color #6AA699 on black background.


Color preview on white background

This text has color #6AA699 on white background.


Black color preview on #6AA699 background

This text has black color on #6AA699 background.


White color preview on #6AA699 background

This text has white color on #6AA699 background.


Related colors

Complementary color

Complementary color for #hex is #955966.


I love getcolorcode.com

Triadic colors

1 #996AA6 and #A6996A with #6AA699 are triadic colors.

2 #99A66A and #A66A99 with #6AA699 are triadic colors.