COLOR #6AA28C

HEX: #6AA28C
RGB: (106,162,140)

Color info

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

RGB color model

#6AA28C color RGB value is (106,162,140).

  • red value is 106;
  • green value is 162;
  • blue value is 140.
RGB:
(106,162,140)
(42%,64%,55%)

RGB channels and saturation

R 106 of 255 = 42%
G 162 of 255 = 64%
B 140 of 255 = 55%

106
162
140

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

Portions of RGB colors in percentages

R + G + B =
106 + 162 + 140 = 408 (100%)
R 106 of 408 ~ 25.98%
G 162 of 408 ~ 39.71%
B 140 of 408 ~ 34.31%

%25.98
%39.71
%34.31

CMYK color model

#6AA28C color CMYK value is (35,0,14,36).

  • cyan value is 34.57%
  • magenta value is 0.00%
  • yellow value is 13.58%
  • key color value is 36.47%
CMYK:
(35,0,14,36)
C35M0Y14K36 
(35%,0%,14%,36%)
(0.35/0.00/0.14/0.36)	

CMYK percentages

%34.57
%0
%13.58
%36.47

Codes

Color #6AA28C in popluar color models

6AA28C
RGB106162140
HSL156°23.14%52.55%
HSB/HSV156°34.57%63.53%
CMYK34.57%0.00%13.58%
36.47%

Color #6AA28C in popluar number systems.

HEX6AA28C
Decimal106162140
Binary11010101010001010001100
Octal152242214

Shades and tints

Shades of #6AA28C

#6AA28C
(106,162,140)
#619480
(97,148,128)
#588674
(88,134,116)
#4F7868
(79,120,104)
#466A5C
(70,106,92)
#3D5C50
(61,92,80)
#344E44
(52,78,68)
#2B4038
(43,64,56)
#22322C
(34,50,44)
#192420
(25,36,32)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #6AA28C

#6AA28C
(106,162,140)
#77AA96
(119,170,150)
#84B2A0
(132,178,160)
#91BAAA
(145,186,170)
#9EC2B4
(158,194,180)
#ABCABE
(171,202,190)
#B8D2C8
(184,210,200)
#C5DAD2
(197,218,210)
#D2E2DC
(210,226,220)
#DFEAE6
(223,234,230)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA28C color. Also use rgb(106,162,140) instead hex code.

Text Font Color

.myTextColor { color: #6AA28C; }

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

This text font color is #6AA28C.


Background Color

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

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

This div background color is #6AA28C.


Border color

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

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

This div border color is #6AA28C.


Opacity

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

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

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

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

This text has shadow with #6AA28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA28C on black background.


Color preview on white background

This text has color #6AA28C on white background.



Black color preview on #6AA28C background

This text has black color on #6AA28C background.


White color preview on #6AA28C background

This text has white color on #6AA28C background.