COLOR #6AB3A0

HEX: #6AB3A0
RGB: (106,179,160)

Color info

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

RGB color model

#6AB3A0 color RGB value is (106,179,160).

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

RGB channels and saturation

R 106 of 255 = 42%
G 179 of 255 = 70%
B 160 of 255 = 63%

106
179
160

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

Portions of RGB colors in percentages

R + G + B =
106 + 179 + 160 = 445 (100%)
R 106 of 445 ~ 23.82%
G 179 of 445 ~ 40.22%
B 160 of 445 ~ 35.96%

%23.82
%40.22
%35.96

CMYK color model

#6AB3A0 color CMYK value is (41,0,11,30).

  • cyan value is 40.78%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 29.80%
CMYK:
(41,0,11,30)
C41M0Y11K30 
(41%,0%,11%,30%)
(0.41/0.00/0.11/0.30)	

CMYK percentages

%40.78
%0
%10.61
%29.8

Codes

Color #6AB3A0 in popluar color models

6AB3A0
RGB106179160
HSL164°32.44%55.88%
HSB/HSV164°40.78%70.20%
CMYK40.78%0.00%10.61%
29.80%

Color #6AB3A0 in popluar number systems.

HEX6AB3A0
Decimal106179160
Binary11010101011001110100000
Octal152263240

Shades and tints

Shades of #6AB3A0

#6AB3A0
(106,179,160)
#61A392
(97,163,146)
#589384
(88,147,132)
#4F8376
(79,131,118)
#467368
(70,115,104)
#3D635A
(61,99,90)
#34534C
(52,83,76)
#2B433E
(43,67,62)
#223330
(34,51,48)
#192322
(25,35,34)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #6AB3A0

#6AB3A0
(106,179,160)
#77B9A8
(119,185,168)
#84BFB0
(132,191,176)
#91C5B8
(145,197,184)
#9ECBC0
(158,203,192)
#ABD1C8
(171,209,200)
#B8D7D0
(184,215,208)
#C5DDD8
(197,221,216)
#D2E3E0
(210,227,224)
#DFE9E8
(223,233,232)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB3A0; }

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

This text font color is #6AB3A0.


Background Color

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

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

This div background color is #6AB3A0.


Border color

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

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

This div border color is #6AB3A0.


Opacity

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

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

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

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

This text has shadow with #6AB3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB3A0 on black background.


Color preview on white background

This text has color #6AB3A0 on white background.



Black color preview on #6AB3A0 background

This text has black color on #6AB3A0 background.


White color preview on #6AB3A0 background

This text has white color on #6AB3A0 background.