COLOR #6B9087

HEX: #6B9087 RGB: (107,144,135)

Color info

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

RGB color model

#6B9087 color RGB value is (107,144,135).

RGB: (107,144,135) (42%, 56%, 53%)

RGB channels and saturation

R 107 of 255 = 42%
G 144 of 255 = 56%
B 135 of 255 = 53%

107
144
135

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

Portions of RGB colors in percentages

R + G + B = 107 + 144 + 135 = 386 (100%)
R 107 of 386 ~ 27.72%
G 144 of 386 ~ 37.31%
B 135 of 386 ~ 34.97'%

%27.72
%37.31
%34.97

CMYK color model

#6B9087 color CMYK value is (26,0,6,44).

  • cyan value is 25.69%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 43.53%

CMYK: (26,0,6,44)
C26M0Y6K44 (26%, 0%, 6%, 44%)
(0.26 / 0.00 / 0.06 / 0.44)

CMYK percentages

%25.69
%0
%6.25
%43.53

Codes

Color #6B9087 in popluar color models

6B 90 87
RGB 107 144 135
HSL 165° 14.74% 49.22%
HSB/HSV 165° 25.69% 56.47%
CMYK 25.69% 0.00% 6.25%
43.53%

Color #6B9087 in popluar number systems.

HEX 6B 90 87
Decimal 107 144 135
Binary 1101011 10010000 10000111
Octal 153 220 207

Shades and tints

Shades of #6B9087

#6B9087
(107,144,135)
#62837B
(98,131,123)
#59766F
(89,118,111)
#506963
(80,105,99)
#475C57
(71,92,87)
#3E4F4B
(62,79,75)
#35423F
(53,66,63)
#2C3533
(44,53,51)
#232827
(35,40,39)
#1A1B1B
(26,27,27)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #6B9087

#6B9087
(107,144,135)
#789A91
(120,154,145)
#85A49B
(133,164,155)
#92AEA5
(146,174,165)
#9FB8AF
(159,184,175)
#ACC2B9
(172,194,185)
#B9CCC3
(185,204,195)
#C6D6CD
(198,214,205)
#D3E0D7
(211,224,215)
#E0EAE1
(224,234,225)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9087 color. Also use rgb(107,144,135) instead hex code.

Text Font Color

.myTextColor { color: #6B9087; }

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

This text font color is #6B9087.

Background Color

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

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

This div background color is #6B9087.

Border color

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

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

This div border color is #6B9087.

Opacity

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

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

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

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

This text has shadow with #6B9087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9087.

Preview

Color preview on black background

This text has color #6B9087 on black background.


Color preview on white background

This text has color #6B9087 on white background.


Black color preview on #6B9087 background

This text has black color on #6B9087 background.


White color preview on #6B9087 background

This text has white color on #6B9087 background.


Related colors

Complementary color

Complementary color for #hex is #946F78.


I love getcolorcode.com

Triadic colors

1 #876B90 and #90876B with #6B9087 are triadic colors.

2 #87906B and #906B87 with #6B9087 are triadic colors.