COLOR #6AAFA0

HEX: #6AAFA0 RGB: (106,175,160)

Color info

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

RGB color model

#6AAFA0 color RGB value is (106,175,160).

RGB: (106,175,160) (42%, 69%, 63%)

RGB channels and saturation

R 106 of 255 = 42%
G 175 of 255 = 69%
B 160 of 255 = 63%

106
175
160

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

Portions of RGB colors in percentages

R + G + B = 106 + 175 + 160 = 441 (100%)
R 106 of 441 ~ 24.04%
G 175 of 441 ~ 39.68%
B 160 of 441 ~ 36.28'%

%24.04
%39.68
%36.28

CMYK color model

#6AAFA0 color CMYK value is (39,0,9,31).

  • cyan value is 39.43%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 31.37%

CMYK: (39,0,9,31)
C39M0Y9K31 (39%, 0%, 9%, 31%)
(0.39 / 0.00 / 0.09 / 0.31)

CMYK percentages

%39.43
%0
%8.57
%31.37

Codes

Color #6AAFA0 in popluar color models

6A AF A0
RGB 106 175 160
HSL 167° 30.13% 55.10%
HSB/HSV 167° 39.43% 68.63%
CMYK 39.43% 0.00% 8.57%
31.37%

Color #6AAFA0 in popluar number systems.

HEX 6A AF A0
Decimal 106 175 160
Binary 1101010 10101111 10100000
Octal 152 257 240

Shades and tints

Shades of #6AAFA0

#6AAFA0
(106,175,160)
#61A092
(97,160,146)
#589184
(88,145,132)
#4F8276
(79,130,118)
#467368
(70,115,104)
#3D645A
(61,100,90)
#34554C
(52,85,76)
#2B463E
(43,70,62)
#223730
(34,55,48)
#192822
(25,40,34)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #6AAFA0

#6AAFA0
(106,175,160)
#77B6A8
(119,182,168)
#84BDB0
(132,189,176)
#91C4B8
(145,196,184)
#9ECBC0
(158,203,192)
#ABD2C8
(171,210,200)
#B8D9D0
(184,217,208)
#C5E0D8
(197,224,216)
#D2E7E0
(210,231,224)
#DFEEE8
(223,238,232)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AAFA0; }

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

This text font color is #6AAFA0.

Background Color

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

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

This div background color is #6AAFA0.

Border color

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

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

This div border color is #6AAFA0.

Opacity

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

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

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

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

This text has shadow with #6AAFA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AAFA0.

Preview

Color preview on black background

This text has color #6AAFA0 on black background.


Color preview on white background

This text has color #6AAFA0 on white background.


Black color preview on #6AAFA0 background

This text has black color on #6AAFA0 background.


White color preview on #6AAFA0 background

This text has white color on #6AAFA0 background.


Related colors

Complementary color

Complementary color for #hex is #95505F.


I love getcolorcode.com

Triadic colors

1 #A06AAF and #AFA06A with #6AAFA0 are triadic colors.

2 #A0AF6A and #AF6AA0 with #6AAFA0 are triadic colors.