COLOR #6AA8A4

HEX: #6AA8A4
RGB: (106,168,164)

Color info

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

RGB color model

#6AA8A4 color RGB value is (106,168,164).

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

RGB channels and saturation

R 106 of 255 = 42%
G 168 of 255 = 66%
B 164 of 255 = 64%

106
168
164

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

Portions of RGB colors in percentages

R + G + B =
106 + 168 + 164 = 438 (100%)
R 106 of 438 ~ 24.2%
G 168 of 438 ~ 38.36%
B 164 of 438 ~ 37.44%

%24.2
%38.36
%37.44

CMYK color model

#6AA8A4 color CMYK value is (37,0,2,34).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 34.12%
CMYK:
(37,0,2,34)
C37M0Y2K34 
(37%,0%,2%,34%)
(0.37/0.00/0.02/0.34)	

CMYK percentages

%36.9
%0
%2.38
%34.12

Codes

Color #6AA8A4 in popluar color models

6AA8A4
RGB106168164
HSL176°26.27%53.73%
HSB/HSV176°36.90%65.88%
CMYK36.90%0.00%2.38%
34.12%

Color #6AA8A4 in popluar number systems.

HEX6AA8A4
Decimal106168164
Binary11010101010100010100100
Octal152250244

Shades and tints

Shades of #6AA8A4

#6AA8A4
(106,168,164)
#619996
(97,153,150)
#588A88
(88,138,136)
#4F7B7A
(79,123,122)
#466C6C
(70,108,108)
#3D5D5E
(61,93,94)
#344E50
(52,78,80)
#2B3F42
(43,63,66)
#223034
(34,48,52)
#192126
(25,33,38)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #6AA8A4

#6AA8A4
(106,168,164)
#77AFAC
(119,175,172)
#84B6B4
(132,182,180)
#91BDBC
(145,189,188)
#9EC4C4
(158,196,196)
#ABCBCC
(171,203,204)
#B8D2D4
(184,210,212)
#C5D9DC
(197,217,220)
#D2E0E4
(210,224,228)
#DFE7EC
(223,231,236)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA8A4; }

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

This text font color is #6AA8A4.


Background Color

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

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

This div background color is #6AA8A4.


Border color

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

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

This div border color is #6AA8A4.


Opacity

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

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

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

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

This text has shadow with #6AA8A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA8A4 on black background.


Color preview on white background

This text has color #6AA8A4 on white background.



Black color preview on #6AA8A4 background

This text has black color on #6AA8A4 background.


White color preview on #6AA8A4 background

This text has white color on #6AA8A4 background.