COLOR #6AA1AA

HEX: #6AA1AA
RGB: (106,161,170)

Color info

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

RGB color model

#6AA1AA color RGB value is (106,161,170).

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

RGB channels and saturation

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

106
161
170

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

Portions of RGB colors in percentages

R + G + B =
106 + 161 + 170 = 437 (100%)
R 106 of 437 ~ 24.26%
G 161 of 437 ~ 36.84%
B 170 of 437 ~ 38.9%

%24.26
%36.84
%38.9

CMYK color model

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

  • cyan value is 37.65%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(38,5,0,33)
C38M5Y0K33 
(38%,5%,0%,33%)
(0.38/0.05/0.00/0.33)	

CMYK percentages

%37.65
%5.29
%0
%33.33

Codes

Color #6AA1AA in popluar color models

6AA1AA
RGB106161170
HSL188°27.35%54.12%
HSB/HSV188°37.65%66.67%
CMYK37.65%5.29%0.00%
33.33%

Color #6AA1AA in popluar number systems.

HEX6AA1AA
Decimal106161170
Binary11010101010000110101010
Octal152241252

Shades and tints

Shades of #6AA1AA

#6AA1AA
(106,161,170)
#61939B
(97,147,155)
#58858C
(88,133,140)
#4F777D
(79,119,125)
#46696E
(70,105,110)
#3D5B5F
(61,91,95)
#344D50
(52,77,80)
#2B3F41
(43,63,65)
#223132
(34,49,50)
#192323
(25,35,35)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #6AA1AA

#6AA1AA
(106,161,170)
#77A9B1
(119,169,177)
#84B1B8
(132,177,184)
#91B9BF
(145,185,191)
#9EC1C6
(158,193,198)
#ABC9CD
(171,201,205)
#B8D1D4
(184,209,212)
#C5D9DB
(197,217,219)
#D2E1E2
(210,225,226)
#DFE9E9
(223,233,233)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA1AA; }

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

This text font color is #6AA1AA.


Background Color

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

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

This div background color is #6AA1AA.


Border color

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

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

This div border color is #6AA1AA.


Opacity

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

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

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

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

This text has shadow with #6AA1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA1AA on black background.


Color preview on white background

This text has color #6AA1AA on white background.



Black color preview on #6AA1AA background

This text has black color on #6AA1AA background.


White color preview on #6AA1AA background

This text has white color on #6AA1AA background.