COLOR #6C897D

HEX: #6C897D RGB: (108,137,125)

Color info

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

RGB color model

#6C897D color RGB value is (108,137,125).

RGB: (108,137,125) (42%, 54%, 49%)

RGB channels and saturation

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

108
137
125

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

Portions of RGB colors in percentages

R + G + B = 108 + 137 + 125 = 370 (100%)
R 108 of 370 ~ 29.19%
G 137 of 370 ~ 37.03%
B 125 of 370 ~ 33.78'%

%29.19
%37.03
%33.78

CMYK color model

#6C897D color CMYK value is (21,0,9,46).

  • cyan value is 21.17%
  • magenta value is 0.00%
  • yellow value is 8.76%
  • key color value is 46.27%
CMYK: (21,0,9,46) C21M0Y9K46 (21%,0%,9%,46%) (0.21/0.00/0.09/0.46) 

CMYK percentages

%21.17
%0
%8.76
%46.27

Codes

Color #6C897D in popluar color models

6C 89 7D
RGB 108 137 125
HSL 155° 11.84% 48.04%
HSB/HSV 155° 21.17% 53.73%
CMYK 21.17% 0.00% 8.76%
46.27%

Color #6C897D in popluar number systems.

HEX 6C 89 7D
Decimal 108 137 125
Binary 1101100 10001001 1111101
Octal 154 211 175

Shades and tints

Shades of #6C897D

#6C897D
(108,137,125)
#637D72
(99,125,114)
#5A7167
(90,113,103)
#51655C
(81,101,92)
#485951
(72,89,81)
#3F4D46
(63,77,70)
#36413B
(54,65,59)
#2D3530
(45,53,48)
#242925
(36,41,37)
#1B1D1A
(27,29,26)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #6C897D

#6C897D
(108,137,125)
#799388
(121,147,136)
#869D93
(134,157,147)
#93A79E
(147,167,158)
#A0B1A9
(160,177,169)
#ADBBB4
(173,187,180)
#BAC5BF
(186,197,191)
#C7CFCA
(199,207,202)
#D4D9D5
(212,217,213)
#E1E3E0
(225,227,224)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C897D; }

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

This text font color is #6C897D.

Background Color

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

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

This div background color is #6C897D.

Border color

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

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

This div border color is #6C897D.

Opacity

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

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

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

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

This text has shadow with #6C897D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C897D.

Preview

Color preview on black background

This text has color #6C897D on black background.


Color preview on white background

This text has color #6C897D on white background.


Black color preview on #6C897D background

This text has black color on #6C897D background.


White color preview on #6C897D background

This text has white color on #6C897D background.


Related colors

Complementary color

Complementary color for #hex is #937682.


I love getcolorcode.com

Triadic colors

1 #7D6C89 and #897D6C with #6C897D are triadic colors.

2 #7D896C and #896C7D with #6C897D are triadic colors.