COLOR #6B9588

HEX: #6B9588
RGB: (107,149,136)

Color info

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

RGB color model

#6B9588 color RGB value is (107,149,136).

  • red value is 107;
  • green value is 149;
  • blue value is 136.
RGB:
(107,149,136)
(42%,58%,53%)

RGB channels and saturation

R 107 of 255 = 42%
G 149 of 255 = 58%
B 136 of 255 = 53%

107
149
136

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

Portions of RGB colors in percentages

R + G + B =
107 + 149 + 136 = 392 (100%)
R 107 of 392 ~ 27.3%
G 149 of 392 ~ 38.01%
B 136 of 392 ~ 34.69%

%27.3
%38.01
%34.69

CMYK color model

#6B9588 color CMYK value is (28,0,9,42).

  • cyan value is 28.19%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 41.57%
CMYK:
(28,0,9,42)
C28M0Y9K42 
(28%,0%,9%,42%)
(0.28/0.00/0.09/0.42)	

CMYK percentages

%28.19
%0
%8.72
%41.57

Codes

Color #6B9588 in popluar color models

6B9588
RGB107149136
HSL161°16.54%50.20%
HSB/HSV161°28.19%58.43%
CMYK28.19%0.00%8.72%
41.57%

Color #6B9588 in popluar number systems.

HEX6B9588
Decimal107149136
Binary11010111001010110001000
Octal153225210

Shades and tints

Shades of #6B9588

#6B9588
(107,149,136)
#62887C
(98,136,124)
#597B70
(89,123,112)
#506E64
(80,110,100)
#476158
(71,97,88)
#3E544C
(62,84,76)
#354740
(53,71,64)
#2C3A34
(44,58,52)
#232D28
(35,45,40)
#1A201C
(26,32,28)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #6B9588

#6B9588
(107,149,136)
#789E92
(120,158,146)
#85A79C
(133,167,156)
#92B0A6
(146,176,166)
#9FB9B0
(159,185,176)
#ACC2BA
(172,194,186)
#B9CBC4
(185,203,196)
#C6D4CE
(198,212,206)
#D3DDD8
(211,221,216)
#E0E6E2
(224,230,226)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9588 color. Also use rgb(107,149,136) instead hex code.

Text Font Color

.myTextColor { color: #6B9588; }

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

This text font color is #6B9588.


Background Color

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

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

This div background color is #6B9588.


Border color

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

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

This div border color is #6B9588.


Opacity

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

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

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

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

This text has shadow with #6B9588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9588 on black background.


Color preview on white background

This text has color #6B9588 on white background.



Black color preview on #6B9588 background

This text has black color on #6B9588 background.


White color preview on #6B9588 background

This text has white color on #6B9588 background.