COLOR #6AAB90

HEX: #6AAB90
RGB: (106,171,144)

Color info

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

RGB color model

#6AAB90 color RGB value is (106,171,144).

  • red value is 106;
  • green value is 171;
  • blue value is 144.
RGB:
(106,171,144)
(42%,67%,56%)

RGB channels and saturation

R 106 of 255 = 42%
G 171 of 255 = 67%
B 144 of 255 = 56%

106
171
144

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

Portions of RGB colors in percentages

R + G + B =
106 + 171 + 144 = 421 (100%)
R 106 of 421 ~ 25.18%
G 171 of 421 ~ 40.62%
B 144 of 421 ~ 34.2%

%25.18
%40.62
%34.2

CMYK color model

#6AAB90 color CMYK value is (38,0,16,33).

  • cyan value is 38.01%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(38,0,16,33)
C38M0Y16K33 
(38%,0%,16%,33%)
(0.38/0.00/0.16/0.33)	

CMYK percentages

%38.01
%0
%15.79
%32.94

Codes

Color #6AAB90 in popluar color models

6AAB90
RGB106171144
HSL155°27.90%54.31%
HSB/HSV155°38.01%67.06%
CMYK38.01%0.00%15.79%
32.94%

Color #6AAB90 in popluar number systems.

HEX6AAB90
Decimal106171144
Binary11010101010101110010000
Octal152253220

Shades and tints

Shades of #6AAB90

#6AAB90
(106,171,144)
#619C83
(97,156,131)
#588D76
(88,141,118)
#4F7E69
(79,126,105)
#466F5C
(70,111,92)
#3D604F
(61,96,79)
#345142
(52,81,66)
#2B4235
(43,66,53)
#223328
(34,51,40)
#19241B
(25,36,27)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #6AAB90

#6AAB90
(106,171,144)
#77B29A
(119,178,154)
#84B9A4
(132,185,164)
#91C0AE
(145,192,174)
#9EC7B8
(158,199,184)
#ABCEC2
(171,206,194)
#B8D5CC
(184,213,204)
#C5DCD6
(197,220,214)
#D2E3E0
(210,227,224)
#DFEAEA
(223,234,234)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AAB90 color. Also use rgb(106,171,144) instead hex code.

Text Font Color

.myTextColor { color: #6AAB90; }

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

This text font color is #6AAB90.


Background Color

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

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

This div background color is #6AAB90.


Border color

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

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

This div border color is #6AAB90.


Opacity

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

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

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

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

This text has shadow with #6AAB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAB90 on black background.


Color preview on white background

This text has color #6AAB90 on white background.



Black color preview on #6AAB90 background

This text has black color on #6AAB90 background.


White color preview on #6AAB90 background

This text has white color on #6AAB90 background.