COLOR #6AA19F

HEX: #6AA19F
RGB: (106,161,159)

Color info

#6AA19F contains red, green and blue colors in about the same proportion. Web safe color of #6AA19F is #669999 (or #699).

RGB color model

#6AA19F color RGB value is (106,161,159).

  • red value is 106;
  • green value is 161;
  • blue value is 159.
RGB:
(106,161,159)
(42%,63%,62%)

RGB channels and saturation

R 106 of 255 = 42%
G 161 of 255 = 63%
B 159 of 255 = 62%

106
161
159

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

Portions of RGB colors in percentages

R + G + B =
106 + 161 + 159 = 426 (100%)
R 106 of 426 ~ 24.88%
G 161 of 426 ~ 37.79%
B 159 of 426 ~ 37.32%

%24.88
%37.79
%37.32

CMYK color model

#6AA19F color CMYK value is (34,0,1,37).

  • cyan value is 34.16%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 36.86%
CMYK:
(34,0,1,37)
C34M0Y1K37 
(34%,0%,1%,37%)
(0.34/0.00/0.01/0.37)	

CMYK percentages

%34.16
%0
%1.24
%36.86

Codes

Color #6AA19F in popluar color models

6AA19F
RGB106161159
HSL178°22.63%52.35%
HSB/HSV178°34.16%63.14%
CMYK34.16%0.00%1.24%
36.86%

Color #6AA19F in popluar number systems.

HEX6AA19F
Decimal106161159
Binary11010101010000110011111
Octal152241237

Shades and tints

Shades of #6AA19F

#6AA19F
(106,161,159)
#619391
(97,147,145)
#588583
(88,133,131)
#4F7775
(79,119,117)
#466967
(70,105,103)
#3D5B59
(61,91,89)
#344D4B
(52,77,75)
#2B3F3D
(43,63,61)
#22312F
(34,49,47)
#192321
(25,35,33)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #6AA19F

#6AA19F
(106,161,159)
#77A9A7
(119,169,167)
#84B1AF
(132,177,175)
#91B9B7
(145,185,183)
#9EC1BF
(158,193,191)
#ABC9C7
(171,201,199)
#B8D1CF
(184,209,207)
#C5D9D7
(197,217,215)
#D2E1DF
(210,225,223)
#DFE9E7
(223,233,231)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA19F color. Also use rgb(106,161,159) instead hex code.

Text Font Color

.myTextColor { color: #6AA19F; }

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

This text font color is #6AA19F.


Background Color

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

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

This div background color is #6AA19F.


Border color

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

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

This div border color is #6AA19F.


Opacity

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

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

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

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

This text has shadow with #6AA19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA19F on black background.


Color preview on white background

This text has color #6AA19F on white background.



Black color preview on #6AA19F background

This text has black color on #6AA19F background.


White color preview on #6AA19F background

This text has white color on #6AA19F background.