COLOR #6B897D

HEX: #6B897D
RGB: (107,137,125)

Color info

#6B897D contains red, green and blue colors in about the same proportion. Web safe color of #6B897D is #669966 (or #696).

RGB color model

#6B897D color RGB value is (107,137,125).

  • red value is 107;
  • green value is 137;
  • blue value is 125.
RGB:
(107,137,125)
(42%,54%,49%)

RGB channels and saturation

R 107 of 255 = 42%
G 137 of 255 = 54%
B 125 of 255 = 49%

107
137
125

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

Portions of RGB colors in percentages

R + G + B =
107 + 137 + 125 = 369 (100%)
R 107 of 369 ~ 29%
G 137 of 369 ~ 37.13%
B 125 of 369 ~ 33.88%

%29
%37.13
%33.88

CMYK color model

#6B897D color CMYK value is (22,0,9,46).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 8.76%
  • key color value is 46.27%
CMYK:
(22,0,9,46)
C22M0Y9K46 
(22%,0%,9%,46%)
(0.22/0.00/0.09/0.46)	

CMYK percentages

%21.9
%0
%8.76
%46.27

Codes

Color #6B897D in popluar color models

6B897D
RGB107137125
HSL156°12.30%47.84%
HSB/HSV156°21.90%53.73%
CMYK21.90%0.00%8.76%
46.27%

Color #6B897D in popluar number systems.

HEX6B897D
Decimal107137125
Binary1101011100010011111101
Octal153211175

Shades and tints

Shades of #6B897D

#6B897D
(107,137,125)
#627D72
(98,125,114)
#597167
(89,113,103)
#50655C
(80,101,92)
#475951
(71,89,81)
#3E4D46
(62,77,70)
#35413B
(53,65,59)
#2C3530
(44,53,48)
#232925
(35,41,37)
#1A1D1A
(26,29,26)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #6B897D

#6B897D
(107,137,125)
#789388
(120,147,136)
#859D93
(133,157,147)
#92A79E
(146,167,158)
#9FB1A9
(159,177,169)
#ACBBB4
(172,187,180)
#B9C5BF
(185,197,191)
#C6CFCA
(198,207,202)
#D3D9D5
(211,217,213)
#E0E3E0
(224,227,224)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B897D color. Also use rgb(107,137,125) instead hex code.

Text Font Color

.myTextColor { color: #6B897D; }

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

This text font color is #6B897D.


Background Color

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

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

This div background color is #6B897D.


Border color

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

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

This div border color is #6B897D.


Opacity

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

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

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

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

This text has shadow with #6B897D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B897D on black background.


Color preview on white background

This text has color #6B897D on white background.



Black color preview on #6B897D background

This text has black color on #6B897D background.


White color preview on #6B897D background

This text has white color on #6B897D background.