COLOR #6AA0AA

HEX: #6AA0AA
RGB: (106,160,170)

Color info

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

RGB color model

#6AA0AA color RGB value is (106,160,170).

  • red value is 106;
  • green value is 160;
  • blue value is 170.
RGB:
(106,160,170)
(42%,63%,67%)

RGB channels and saturation

R 106 of 255 = 42%
G 160 of 255 = 63%
B 170 of 255 = 67%

106
160
170

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

Portions of RGB colors in percentages

R + G + B =
106 + 160 + 170 = 436 (100%)
R 106 of 436 ~ 24.31%
G 160 of 436 ~ 36.7%
B 170 of 436 ~ 38.99%

%24.31
%36.7
%38.99

CMYK color model

#6AA0AA color CMYK value is (38,6,0,33).

  • cyan value is 37.65%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(38,6,0,33)
C38M6Y0K33 
(38%,6%,0%,33%)
(0.38/0.06/0.00/0.33)	

CMYK percentages

%37.65
%5.88
%0
%33.33

Codes

Color #6AA0AA in popluar color models

6AA0AA
RGB106160170
HSL189°27.35%54.12%
HSB/HSV189°37.65%66.67%
CMYK37.65%5.88%0.00%
33.33%

Color #6AA0AA in popluar number systems.

HEX6AA0AA
Decimal106160170
Binary11010101010000010101010
Octal152240252

Shades and tints

Shades of #6AA0AA

#6AA0AA
(106,160,170)
#61929B
(97,146,155)
#58848C
(88,132,140)
#4F767D
(79,118,125)
#46686E
(70,104,110)
#3D5A5F
(61,90,95)
#344C50
(52,76,80)
#2B3E41
(43,62,65)
#223032
(34,48,50)
#192223
(25,34,35)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #6AA0AA

#6AA0AA
(106,160,170)
#77A8B1
(119,168,177)
#84B0B8
(132,176,184)
#91B8BF
(145,184,191)
#9EC0C6
(158,192,198)
#ABC8CD
(171,200,205)
#B8D0D4
(184,208,212)
#C5D8DB
(197,216,219)
#D2E0E2
(210,224,226)
#DFE8E9
(223,232,233)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA0AA color. Also use rgb(106,160,170) instead hex code.

Text Font Color

.myTextColor { color: #6AA0AA; }

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

This text font color is #6AA0AA.


Background Color

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

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

This div background color is #6AA0AA.


Border color

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

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

This div border color is #6AA0AA.


Opacity

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

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

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

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

This text has shadow with #6AA0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA0AA on black background.


Color preview on white background

This text has color #6AA0AA on white background.



Black color preview on #6AA0AA background

This text has black color on #6AA0AA background.


White color preview on #6AA0AA background

This text has white color on #6AA0AA background.