COLOR #6C9589

HEX: #6C9589
RGB: (108,149,137)

Color info

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

RGB color model

#6C9589 color RGB value is (108,149,137).

  • red value is 108;
  • green value is 149;
  • blue value is 137.
RGB:
(108,149,137)
(42%,58%,54%)

RGB channels and saturation

R 108 of 255 = 42%
G 149 of 255 = 58%
B 137 of 255 = 54%

108
149
137

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

Portions of RGB colors in percentages

R + G + B =
108 + 149 + 137 = 394 (100%)
R 108 of 394 ~ 27.41%
G 149 of 394 ~ 37.82%
B 137 of 394 ~ 34.77%

%27.41
%37.82
%34.77

CMYK color model

#6C9589 color CMYK value is (28,0,8,42).

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(28,0,8,42)
C28M0Y8K42 
(28%,0%,8%,42%)
(0.28/0.00/0.08/0.42)	

CMYK percentages

%27.52
%0
%8.05
%41.57

Codes

Color #6C9589 in popluar color models

6C9589
RGB108149137
HSL162°16.21%50.39%
HSB/HSV162°27.52%58.43%
CMYK27.52%0.00%8.05%
41.57%

Color #6C9589 in popluar number systems.

HEX6C9589
Decimal108149137
Binary11011001001010110001001
Octal154225211

Shades and tints

Shades of #6C9589

#6C9589
(108,149,137)
#63887D
(99,136,125)
#5A7B71
(90,123,113)
#516E65
(81,110,101)
#486159
(72,97,89)
#3F544D
(63,84,77)
#364741
(54,71,65)
#2D3A35
(45,58,53)
#242D29
(36,45,41)
#1B201D
(27,32,29)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #6C9589

#6C9589
(108,149,137)
#799E93
(121,158,147)
#86A79D
(134,167,157)
#93B0A7
(147,176,167)
#A0B9B1
(160,185,177)
#ADC2BB
(173,194,187)
#BACBC5
(186,203,197)
#C7D4CF
(199,212,207)
#D4DDD9
(212,221,217)
#E1E6E3
(225,230,227)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9589 color. Also use rgb(108,149,137) instead hex code.

Text Font Color

.myTextColor { color: #6C9589; }

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

This text font color is #6C9589.


Background Color

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

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

This div background color is #6C9589.


Border color

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

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

This div border color is #6C9589.


Opacity

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

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

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

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

This text has shadow with #6C9589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9589 on black background.


Color preview on white background

This text has color #6C9589 on white background.



Black color preview on #6C9589 background

This text has black color on #6C9589 background.


White color preview on #6C9589 background

This text has white color on #6C9589 background.