COLOR #6AAA92

HEX: #6AAA92
RGB: (106,170,146)

Color info

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

RGB color model

#6AAA92 color RGB value is (106,170,146).

  • red value is 106;
  • green value is 170;
  • blue value is 146.
RGB:
(106,170,146)
(42%,67%,57%)

RGB channels and saturation

R 106 of 255 = 42%
G 170 of 255 = 67%
B 146 of 255 = 57%

106
170
146

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

Portions of RGB colors in percentages

R + G + B =
106 + 170 + 146 = 422 (100%)
R 106 of 422 ~ 25.12%
G 170 of 422 ~ 40.28%
B 146 of 422 ~ 34.6%

%25.12
%40.28
%34.6

CMYK color model

#6AAA92 color CMYK value is (38,0,14,33).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(38,0,14,33)
C38M0Y14K33 
(38%,0%,14%,33%)
(0.38/0.00/0.14/0.33)	

CMYK percentages

%37.65
%0
%14.12
%33.33

Codes

Color #6AAA92 in popluar color models

6AAA92
RGB106170146
HSL158°27.35%54.12%
HSB/HSV158°37.65%66.67%
CMYK37.65%0.00%14.12%
33.33%

Color #6AAA92 in popluar number systems.

HEX6AAA92
Decimal106170146
Binary11010101010101010010010
Octal152252222

Shades and tints

Shades of #6AAA92

#6AAA92
(106,170,146)
#619B85
(97,155,133)
#588C78
(88,140,120)
#4F7D6B
(79,125,107)
#466E5E
(70,110,94)
#3D5F51
(61,95,81)
#345044
(52,80,68)
#2B4137
(43,65,55)
#22322A
(34,50,42)
#19231D
(25,35,29)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #6AAA92

#6AAA92
(106,170,146)
#77B19B
(119,177,155)
#84B8A4
(132,184,164)
#91BFAD
(145,191,173)
#9EC6B6
(158,198,182)
#ABCDBF
(171,205,191)
#B8D4C8
(184,212,200)
#C5DBD1
(197,219,209)
#D2E2DA
(210,226,218)
#DFE9E3
(223,233,227)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AAA92 color. Also use rgb(106,170,146) instead hex code.

Text Font Color

.myTextColor { color: #6AAA92; }

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

This text font color is #6AAA92.


Background Color

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

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

This div background color is #6AAA92.


Border color

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

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

This div border color is #6AAA92.


Opacity

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

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

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

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

This text has shadow with #6AAA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAA92 on black background.


Color preview on white background

This text has color #6AAA92 on white background.



Black color preview on #6AAA92 background

This text has black color on #6AAA92 background.


White color preview on #6AAA92 background

This text has white color on #6AAA92 background.