COLOR #6AA2A9

HEX: #6AA2A9
RGB: (106,162,169)

Color info

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

RGB color model

#6AA2A9 color RGB value is (106,162,169).

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

RGB channels and saturation

R 106 of 255 = 42%
G 162 of 255 = 64%
B 169 of 255 = 66%

106
162
169

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

Portions of RGB colors in percentages

R + G + B =
106 + 162 + 169 = 437 (100%)
R 106 of 437 ~ 24.26%
G 162 of 437 ~ 37.07%
B 169 of 437 ~ 38.67%

%24.26
%37.07
%38.67

CMYK color model

#6AA2A9 color CMYK value is (37,4,0,34).

  • cyan value is 37.28%
  • magenta value is 4.14%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(37,4,0,34)
C37M4Y0K34 
(37%,4%,0%,34%)
(0.37/0.04/0.00/0.34)	

CMYK percentages

%37.28
%4.14
%0
%33.73

Codes

Color #6AA2A9 in popluar color models

6AA2A9
RGB106162169
HSL187°26.81%53.92%
HSB/HSV187°37.28%66.27%
CMYK37.28%4.14%0.00%
33.73%

Color #6AA2A9 in popluar number systems.

HEX6AA2A9
Decimal106162169
Binary11010101010001010101001
Octal152242251

Shades and tints

Shades of #6AA2A9

#6AA2A9
(106,162,169)
#61949A
(97,148,154)
#58868B
(88,134,139)
#4F787C
(79,120,124)
#466A6D
(70,106,109)
#3D5C5E
(61,92,94)
#344E4F
(52,78,79)
#2B4040
(43,64,64)
#223231
(34,50,49)
#192422
(25,36,34)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #6AA2A9

#6AA2A9
(106,162,169)
#77AAB0
(119,170,176)
#84B2B7
(132,178,183)
#91BABE
(145,186,190)
#9EC2C5
(158,194,197)
#ABCACC
(171,202,204)
#B8D2D3
(184,210,211)
#C5DADA
(197,218,218)
#D2E2E1
(210,226,225)
#DFEAE8
(223,234,232)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA2A9 color. Also use rgb(106,162,169) instead hex code.

Text Font Color

.myTextColor { color: #6AA2A9; }

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

This text font color is #6AA2A9.


Background Color

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

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

This div background color is #6AA2A9.


Border color

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

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

This div border color is #6AA2A9.


Opacity

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

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

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

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

This text has shadow with #6AA2A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA2A9 on black background.


Color preview on white background

This text has color #6AA2A9 on white background.



Black color preview on #6AA2A9 background

This text has black color on #6AA2A9 background.


White color preview on #6AA2A9 background

This text has white color on #6AA2A9 background.