COLOR #6C937D

HEX: #6C937D
RGB: (108,147,125)

Color info

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

RGB color model

#6C937D color RGB value is (108,147,125).

  • red value is 108;
  • green value is 147;
  • blue value is 125.
RGB:
(108,147,125)
(42%,58%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 147 of 255 = 58%
B 125 of 255 = 49%

108
147
125

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

Portions of RGB colors in percentages

R + G + B =
108 + 147 + 125 = 380 (100%)
R 108 of 380 ~ 28.42%
G 147 of 380 ~ 38.68%
B 125 of 380 ~ 32.89%

%28.42
%38.68
%32.89

CMYK color model

#6C937D color CMYK value is (27,0,15,42).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 42.35%
CMYK:
(27,0,15,42)
C27M0Y15K42 
(27%,0%,15%,42%)
(0.27/0.00/0.15/0.42)	

CMYK percentages

%26.53
%0
%14.97
%42.35

Codes

Color #6C937D in popluar color models

6C937D
RGB108147125
HSL146°15.29%50.00%
HSB/HSV146°26.53%57.65%
CMYK26.53%0.00%14.97%
42.35%

Color #6C937D in popluar number systems.

HEX6C937D
Decimal108147125
Binary1101100100100111111101
Octal154223175

Shades and tints

Shades of #6C937D

#6C937D
(108,147,125)
#638672
(99,134,114)
#5A7967
(90,121,103)
#516C5C
(81,108,92)
#485F51
(72,95,81)
#3F5246
(63,82,70)
#36453B
(54,69,59)
#2D3830
(45,56,48)
#242B25
(36,43,37)
#1B1E1A
(27,30,26)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #6C937D

#6C937D
(108,147,125)
#799C88
(121,156,136)
#86A593
(134,165,147)
#93AE9E
(147,174,158)
#A0B7A9
(160,183,169)
#ADC0B4
(173,192,180)
#BAC9BF
(186,201,191)
#C7D2CA
(199,210,202)
#D4DBD5
(212,219,213)
#E1E4E0
(225,228,224)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C937D; }

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

This text font color is #6C937D.


Background Color

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

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

This div background color is #6C937D.


Border color

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

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

This div border color is #6C937D.


Opacity

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

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

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

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

This text has shadow with #6C937D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C937D on black background.


Color preview on white background

This text has color #6C937D on white background.



Black color preview on #6C937D background

This text has black color on #6C937D background.


White color preview on #6C937D background

This text has white color on #6C937D background.