COLOR #6AA7A0

HEX: #6AA7A0
RGB: (106,167,160)

Color info

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

RGB color model

#6AA7A0 color RGB value is (106,167,160).

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

RGB channels and saturation

R 106 of 255 = 42%
G 167 of 255 = 65%
B 160 of 255 = 63%

106
167
160

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

Portions of RGB colors in percentages

R + G + B =
106 + 167 + 160 = 433 (100%)
R 106 of 433 ~ 24.48%
G 167 of 433 ~ 38.57%
B 160 of 433 ~ 36.95%

%24.48
%38.57
%36.95

CMYK color model

#6AA7A0 color CMYK value is (37,0,4,35).

  • cyan value is 36.53%
  • magenta value is 0.00%
  • yellow value is 4.19%
  • key color value is 34.51%
CMYK:
(37,0,4,35)
C37M0Y4K35 
(37%,0%,4%,35%)
(0.37/0.00/0.04/0.35)	

CMYK percentages

%36.53
%0
%4.19
%34.51

Codes

Color #6AA7A0 in popluar color models

6AA7A0
RGB106167160
HSL173°25.74%53.53%
HSB/HSV173°36.53%65.49%
CMYK36.53%0.00%4.19%
34.51%

Color #6AA7A0 in popluar number systems.

HEX6AA7A0
Decimal106167160
Binary11010101010011110100000
Octal152247240

Shades and tints

Shades of #6AA7A0

#6AA7A0
(106,167,160)
#619892
(97,152,146)
#588984
(88,137,132)
#4F7A76
(79,122,118)
#466B68
(70,107,104)
#3D5C5A
(61,92,90)
#344D4C
(52,77,76)
#2B3E3E
(43,62,62)
#222F30
(34,47,48)
#192022
(25,32,34)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #6AA7A0

#6AA7A0
(106,167,160)
#77AFA8
(119,175,168)
#84B7B0
(132,183,176)
#91BFB8
(145,191,184)
#9EC7C0
(158,199,192)
#ABCFC8
(171,207,200)
#B8D7D0
(184,215,208)
#C5DFD8
(197,223,216)
#D2E7E0
(210,231,224)
#DFEFE8
(223,239,232)
#ECF7F0
(236,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AA7A0; }

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

This text font color is #6AA7A0.


Background Color

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

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

This div background color is #6AA7A0.


Border color

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

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

This div border color is #6AA7A0.


Opacity

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

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

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

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

This text has shadow with #6AA7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA7A0 on black background.


Color preview on white background

This text has color #6AA7A0 on white background.



Black color preview on #6AA7A0 background

This text has black color on #6AA7A0 background.


White color preview on #6AA7A0 background

This text has white color on #6AA7A0 background.