COLOR #6D9590

HEX: #6D9590
RGB: (109,149,144)

Color info

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

RGB color model

#6D9590 color RGB value is (109,149,144).

  • red value is 109;
  • green value is 149;
  • blue value is 144.
RGB:
(109,149,144)
(43%,58%,56%)

RGB channels and saturation

R 109 of 255 = 43%
G 149 of 255 = 58%
B 144 of 255 = 56%

109
149
144

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

Portions of RGB colors in percentages

R + G + B =
109 + 149 + 144 = 402 (100%)
R 109 of 402 ~ 27.11%
G 149 of 402 ~ 37.06%
B 144 of 402 ~ 35.82%

%27.11
%37.06
%35.82

CMYK color model

#6D9590 color CMYK value is (27,0,3,42).

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 3.36%
  • key color value is 41.57%
CMYK:
(27,0,3,42)
C27M0Y3K42 
(27%,0%,3%,42%)
(0.27/0.00/0.03/0.42)	

CMYK percentages

%26.85
%0
%3.36
%41.57

Codes

Color #6D9590 in popluar color models

6D9590
RGB109149144
HSL173°15.87%50.59%
HSB/HSV173°26.85%58.43%
CMYK26.85%0.00%3.36%
41.57%

Color #6D9590 in popluar number systems.

HEX6D9590
Decimal109149144
Binary11011011001010110010000
Octal155225220

Shades and tints

Shades of #6D9590

#6D9590
(109,149,144)
#648883
(100,136,131)
#5B7B76
(91,123,118)
#526E69
(82,110,105)
#49615C
(73,97,92)
#40544F
(64,84,79)
#374742
(55,71,66)
#2E3A35
(46,58,53)
#252D28
(37,45,40)
#1C201B
(28,32,27)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #6D9590

#6D9590
(109,149,144)
#7A9E9A
(122,158,154)
#87A7A4
(135,167,164)
#94B0AE
(148,176,174)
#A1B9B8
(161,185,184)
#AEC2C2
(174,194,194)
#BBCBCC
(187,203,204)
#C8D4D6
(200,212,214)
#D5DDE0
(213,221,224)
#E2E6EA
(226,230,234)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9590 color. Also use rgb(109,149,144) instead hex code.

Text Font Color

.myTextColor { color: #6D9590; }

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

This text font color is #6D9590.


Background Color

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

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

This div background color is #6D9590.


Border color

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

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

This div border color is #6D9590.


Opacity

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

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

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

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

This text has shadow with #6D9590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9590 on black background.


Color preview on white background

This text has color #6D9590 on white background.



Black color preview on #6D9590 background

This text has black color on #6D9590 background.


White color preview on #6D9590 background

This text has white color on #6D9590 background.