COLOR #6A9584

HEX: #6A9584
RGB: (106,149,132)

Color info

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

RGB color model

#6A9584 color RGB value is (106,149,132).

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

RGB channels and saturation

R 106 of 255 = 42%
G 149 of 255 = 58%
B 132 of 255 = 52%

106
149
132

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

Portions of RGB colors in percentages

R + G + B =
106 + 149 + 132 = 387 (100%)
R 106 of 387 ~ 27.39%
G 149 of 387 ~ 38.5%
B 132 of 387 ~ 34.11%

%27.39
%38.5
%34.11

CMYK color model

#6A9584 color CMYK value is (29,0,11,42).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 11.41%
  • key color value is 41.57%
CMYK:
(29,0,11,42)
C29M0Y11K42 
(29%,0%,11%,42%)
(0.29/0.00/0.11/0.42)	

CMYK percentages

%28.86
%0
%11.41
%41.57

Codes

Color #6A9584 in popluar color models

6A9584
RGB106149132
HSL156°16.86%50.00%
HSB/HSV156°28.86%58.43%
CMYK28.86%0.00%11.41%
41.57%

Color #6A9584 in popluar number systems.

HEX6A9584
Decimal106149132
Binary11010101001010110000100
Octal152225204

Shades and tints

Shades of #6A9584

#6A9584
(106,149,132)
#618878
(97,136,120)
#587B6C
(88,123,108)
#4F6E60
(79,110,96)
#466154
(70,97,84)
#3D5448
(61,84,72)
#34473C
(52,71,60)
#2B3A30
(43,58,48)
#222D24
(34,45,36)
#192018
(25,32,24)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #6A9584

#6A9584
(106,149,132)
#779E8F
(119,158,143)
#84A79A
(132,167,154)
#91B0A5
(145,176,165)
#9EB9B0
(158,185,176)
#ABC2BB
(171,194,187)
#B8CBC6
(184,203,198)
#C5D4D1
(197,212,209)
#D2DDDC
(210,221,220)
#DFE6E7
(223,230,231)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9584; }

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

This text font color is #6A9584.


Background Color

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

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

This div background color is #6A9584.


Border color

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

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

This div border color is #6A9584.


Opacity

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

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

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

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

This text has shadow with #6A9584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9584 on black background.


Color preview on white background

This text has color #6A9584 on white background.



Black color preview on #6A9584 background

This text has black color on #6A9584 background.


White color preview on #6A9584 background

This text has white color on #6A9584 background.