COLOR #6AAF9A

HEX: #6AAF9A
RGB: (106,175,154)

Color info

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

RGB color model

#6AAF9A color RGB value is (106,175,154).

  • red value is 106;
  • green value is 175;
  • blue value is 154.
RGB:
(106,175,154)
(42%,69%,60%)

RGB channels and saturation

R 106 of 255 = 42%
G 175 of 255 = 69%
B 154 of 255 = 60%

106
175
154

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

Portions of RGB colors in percentages

R + G + B =
106 + 175 + 154 = 435 (100%)
R 106 of 435 ~ 24.37%
G 175 of 435 ~ 40.23%
B 154 of 435 ~ 35.4%

%24.37
%40.23
%35.4

CMYK color model

#6AAF9A color CMYK value is (39,0,12,31).

  • cyan value is 39.43%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 31.37%
CMYK:
(39,0,12,31)
C39M0Y12K31 
(39%,0%,12%,31%)
(0.39/0.00/0.12/0.31)	

CMYK percentages

%39.43
%0
%12
%31.37

Codes

Color #6AAF9A in popluar color models

6AAF9A
RGB106175154
HSL162°30.13%55.10%
HSB/HSV162°39.43%68.63%
CMYK39.43%0.00%12.00%
31.37%

Color #6AAF9A in popluar number systems.

HEX6AAF9A
Decimal106175154
Binary11010101010111110011010
Octal152257232

Shades and tints

Shades of #6AAF9A

#6AAF9A
(106,175,154)
#61A08C
(97,160,140)
#58917E
(88,145,126)
#4F8270
(79,130,112)
#467362
(70,115,98)
#3D6454
(61,100,84)
#345546
(52,85,70)
#2B4638
(43,70,56)
#22372A
(34,55,42)
#19281C
(25,40,28)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #6AAF9A

#6AAF9A
(106,175,154)
#77B6A3
(119,182,163)
#84BDAC
(132,189,172)
#91C4B5
(145,196,181)
#9ECBBE
(158,203,190)
#ABD2C7
(171,210,199)
#B8D9D0
(184,217,208)
#C5E0D9
(197,224,217)
#D2E7E2
(210,231,226)
#DFEEEB
(223,238,235)
#ECF5F4
(236,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AAF9A color. Also use rgb(106,175,154) instead hex code.

Text Font Color

.myTextColor { color: #6AAF9A; }

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

This text font color is #6AAF9A.


Background Color

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

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

This div background color is #6AAF9A.


Border color

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

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

This div border color is #6AAF9A.


Opacity

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

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

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

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

This text has shadow with #6AAF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAF9A on black background.


Color preview on white background

This text has color #6AAF9A on white background.



Black color preview on #6AAF9A background

This text has black color on #6AAF9A background.


White color preview on #6AAF9A background

This text has white color on #6AAF9A background.