COLOR #6A9C84

HEX: #6A9C84
RGB: (106,156,132)

Color info

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

RGB color model

#6A9C84 color RGB value is (106,156,132).

  • red value is 106;
  • green value is 156;
  • blue value is 132.
RGB:
(106,156,132)
(42%,61%,52%)

RGB channels and saturation

R 106 of 255 = 42%
G 156 of 255 = 61%
B 132 of 255 = 52%

106
156
132

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

Portions of RGB colors in percentages

R + G + B =
106 + 156 + 132 = 394 (100%)
R 106 of 394 ~ 26.9%
G 156 of 394 ~ 39.59%
B 132 of 394 ~ 33.5%

%26.9
%39.59
%33.5

CMYK color model

#6A9C84 color CMYK value is (32,0,15,39).

  • cyan value is 32.05%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 38.82%
CMYK:
(32,0,15,39)
C32M0Y15K39 
(32%,0%,15%,39%)
(0.32/0.00/0.15/0.39)	

CMYK percentages

%32.05
%0
%15.38
%38.82

Codes

Color #6A9C84 in popluar color models

6A9C84
RGB106156132
HSL151°20.16%51.37%
HSB/HSV151°32.05%61.18%
CMYK32.05%0.00%15.38%
38.82%

Color #6A9C84 in popluar number systems.

HEX6A9C84
Decimal106156132
Binary11010101001110010000100
Octal152234204

Shades and tints

Shades of #6A9C84

#6A9C84
(106,156,132)
#618E78
(97,142,120)
#58806C
(88,128,108)
#4F7260
(79,114,96)
#466454
(70,100,84)
#3D5648
(61,86,72)
#34483C
(52,72,60)
#2B3A30
(43,58,48)
#222C24
(34,44,36)
#191E18
(25,30,24)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #6A9C84

#6A9C84
(106,156,132)
#77A58F
(119,165,143)
#84AE9A
(132,174,154)
#91B7A5
(145,183,165)
#9EC0B0
(158,192,176)
#ABC9BB
(171,201,187)
#B8D2C6
(184,210,198)
#C5DBD1
(197,219,209)
#D2E4DC
(210,228,220)
#DFEDE7
(223,237,231)
#ECF6F2
(236,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9C84 color. Also use rgb(106,156,132) instead hex code.

Text Font Color

.myTextColor { color: #6A9C84; }

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

This text font color is #6A9C84.


Background Color

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

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

This div background color is #6A9C84.


Border color

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

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

This div border color is #6A9C84.


Opacity

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

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

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

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

This text has shadow with #6A9C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9C84 on black background.


Color preview on white background

This text has color #6A9C84 on white background.



Black color preview on #6A9C84 background

This text has black color on #6A9C84 background.


White color preview on #6A9C84 background

This text has white color on #6A9C84 background.