COLOR #6C867D

HEX: #6C867D RGB: (108,134,125)

Color info

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

RGB color model

#6C867D color RGB value is (108,134,125).

RGB: (108,134,125) (42%, 53%, 49%)

RGB channels and saturation

R 108 of 255 = 42%
G 134 of 255 = 53%
B 125 of 255 = 49%

108
134
125

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

Portions of RGB colors in percentages

R + G + B = 108 + 134 + 125 = 367 (100%)
R 108 of 367 ~ 29.43%
G 134 of 367 ~ 36.51%
B 125 of 367 ~ 34.06'%

%29.43
%36.51
%34.06

CMYK color model

#6C867D color CMYK value is (19,0,7,47).

  • cyan value is 19.40%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 47.45%

CMYK: (19,0,7,47)
C19M0Y7K47 (19%, 0%, 7%, 47%)
(0.19 / 0.00 / 0.07 / 0.47)

CMYK percentages

%19.4
%0
%6.72
%47.45

Codes

Color #6C867D in popluar color models

6C 86 7D
RGB 108 134 125
HSL 159° 10.74% 47.45%
HSB/HSV 159° 19.40% 52.55%
CMYK 19.40% 0.00% 6.72%
47.45%

Color #6C867D in popluar number systems.

HEX 6C 86 7D
Decimal 108 134 125
Binary 1101100 10000110 1111101
Octal 154 206 175

Shades and tints

Shades of #6C867D

#6C867D
(108,134,125)
#637A72
(99,122,114)
#5A6E67
(90,110,103)
#51625C
(81,98,92)
#485651
(72,86,81)
#3F4A46
(63,74,70)
#363E3B
(54,62,59)
#2D3230
(45,50,48)
#242625
(36,38,37)
#1B1A1A
(27,26,26)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #6C867D

#6C867D
(108,134,125)
#799188
(121,145,136)
#869C93
(134,156,147)
#93A79E
(147,167,158)
#A0B2A9
(160,178,169)
#ADBDB4
(173,189,180)
#BAC8BF
(186,200,191)
#C7D3CA
(199,211,202)
#D4DED5
(212,222,213)
#E1E9E0
(225,233,224)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C867D; }

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

This text font color is #6C867D.

Background Color

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

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

This div background color is #6C867D.

Border color

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

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

This div border color is #6C867D.

Opacity

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

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

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

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

This text has shadow with #6C867D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C867D.

Preview

Color preview on black background

This text has color #6C867D on black background.


Color preview on white background

This text has color #6C867D on white background.


Black color preview on #6C867D background

This text has black color on #6C867D background.


White color preview on #6C867D background

This text has white color on #6C867D background.


Related colors

Complementary color

Complementary color for #hex is #937982.


I love getcolorcode.com

Triadic colors

1 #7D6C86 and #867D6C with #6C867D are triadic colors.

2 #7D866C and #866C7D with #6C867D are triadic colors.