COLOR #6C867F

HEX: #6C867F RGB: (108,134,127)

Color info

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

RGB color model

#6C867F color RGB value is (108,134,127).

RGB: (108,134,127) (42%, 53%, 50%)

RGB channels and saturation

R 108 of 255 = 42%
G 134 of 255 = 53%
B 127 of 255 = 50%

108
134
127

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

Portions of RGB colors in percentages

R + G + B = 108 + 134 + 127 = 369 (100%)
R 108 of 369 ~ 29.27%
G 134 of 369 ~ 36.31%
B 127 of 369 ~ 34.42'%

%29.27
%36.31
%34.42

CMYK color model

#6C867F color CMYK value is (19,0,5,47).

  • cyan value is 19.40%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 47.45%
CMYK: (19,0,5,47) C19M0Y5K47 (19%,0%,5%,47%) (0.19/0.00/0.05/0.47) 

CMYK percentages

%19.4
%0
%5.22
%47.45

Codes

Color #6C867F in popluar color models

6C 86 7F
RGB 108 134 127
HSL 164° 10.74% 47.45%
HSB/HSV 164° 19.40% 52.55%
CMYK 19.40% 0.00% 5.22%
47.45%

Color #6C867F in popluar number systems.

HEX 6C 86 7F
Decimal 108 134 127
Binary 1101100 10000110 1111111
Octal 154 206 177

Shades and tints

Shades of #6C867F

#6C867F
(108,134,127)
#637A74
(99,122,116)
#5A6E69
(90,110,105)
#51625E
(81,98,94)
#485653
(72,86,83)
#3F4A48
(63,74,72)
#363E3D
(54,62,61)
#2D3232
(45,50,50)
#242627
(36,38,39)
#1B1A1C
(27,26,28)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #6C867F

#6C867F
(108,134,127)
#79918A
(121,145,138)
#869C95
(134,156,149)
#93A7A0
(147,167,160)
#A0B2AB
(160,178,171)
#ADBDB6
(173,189,182)
#BAC8C1
(186,200,193)
#C7D3CC
(199,211,204)
#D4DED7
(212,222,215)
#E1E9E2
(225,233,226)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C867F color. Also use rgb(108,134,127) instead hex code.

Text Font Color

.myTextColor { color: #6C867F; }

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

This text font color is #6C867F.

Background Color

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

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

This div background color is #6C867F.

Border color

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

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

This div border color is #6C867F.

Opacity

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

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

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

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

This text has shadow with #6C867F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C867F.

Preview

Color preview on black background

This text has color #6C867F on black background.


Color preview on white background

This text has color #6C867F on white background.


Black color preview on #6C867F background

This text has black color on #6C867F background.


White color preview on #6C867F background

This text has white color on #6C867F background.


Related colors

Complementary color

Complementary color for #hex is #937980.


I love getcolorcode.com

Triadic colors

1 #7F6C86 and #867F6C with #6C867F are triadic colors.

2 #7F866C and #866C7F with #6C867F are triadic colors.