COLOR #6AA89B

HEX: #6AA89B
RGB: (106,168,155)

Color info

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

RGB color model

#6AA89B color RGB value is (106,168,155).

  • red value is 106;
  • green value is 168;
  • blue value is 155.
RGB:
(106,168,155)
(42%,66%,61%)

RGB channels and saturation

R 106 of 255 = 42%
G 168 of 255 = 66%
B 155 of 255 = 61%

106
168
155

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

Portions of RGB colors in percentages

R + G + B =
106 + 168 + 155 = 429 (100%)
R 106 of 429 ~ 24.71%
G 168 of 429 ~ 39.16%
B 155 of 429 ~ 36.13%

%24.71
%39.16
%36.13

CMYK color model

#6AA89B color CMYK value is (37,0,8,34).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 7.74%
  • key color value is 34.12%
CMYK:
(37,0,8,34)
C37M0Y8K34 
(37%,0%,8%,34%)
(0.37/0.00/0.08/0.34)	

CMYK percentages

%36.9
%0
%7.74
%34.12

Codes

Color #6AA89B in popluar color models

6AA89B
RGB106168155
HSL167°26.27%53.73%
HSB/HSV167°36.90%65.88%
CMYK36.90%0.00%7.74%
34.12%

Color #6AA89B in popluar number systems.

HEX6AA89B
Decimal106168155
Binary11010101010100010011011
Octal152250233

Shades and tints

Shades of #6AA89B

#6AA89B
(106,168,155)
#61998D
(97,153,141)
#588A7F
(88,138,127)
#4F7B71
(79,123,113)
#466C63
(70,108,99)
#3D5D55
(61,93,85)
#344E47
(52,78,71)
#2B3F39
(43,63,57)
#22302B
(34,48,43)
#19211D
(25,33,29)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #6AA89B

#6AA89B
(106,168,155)
#77AFA4
(119,175,164)
#84B6AD
(132,182,173)
#91BDB6
(145,189,182)
#9EC4BF
(158,196,191)
#ABCBC8
(171,203,200)
#B8D2D1
(184,210,209)
#C5D9DA
(197,217,218)
#D2E0E3
(210,224,227)
#DFE7EC
(223,231,236)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA89B; }

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

This text font color is #6AA89B.


Background Color

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

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

This div background color is #6AA89B.


Border color

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

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

This div border color is #6AA89B.


Opacity

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

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

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

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

This text has shadow with #6AA89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA89B on black background.


Color preview on white background

This text has color #6AA89B on white background.



Black color preview on #6AA89B background

This text has black color on #6AA89B background.


White color preview on #6AA89B background

This text has white color on #6AA89B background.