COLOR #6C937E

HEX: #6C937E
RGB: (108,147,126)

Color info

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

RGB color model

#6C937E color RGB value is (108,147,126).

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

RGB channels and saturation

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

108
147
126

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

Portions of RGB colors in percentages

R + G + B =
108 + 147 + 126 = 381 (100%)
R 108 of 381 ~ 28.35%
G 147 of 381 ~ 38.58%
B 126 of 381 ~ 33.07%

%28.35
%38.58
%33.07

CMYK color model

#6C937E color CMYK value is (27,0,14,42).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 42.35%
CMYK:
(27,0,14,42)
C27M0Y14K42 
(27%,0%,14%,42%)
(0.27/0.00/0.14/0.42)	

CMYK percentages

%26.53
%0
%14.29
%42.35

Codes

Color #6C937E in popluar color models

6C937E
RGB108147126
HSL148°15.29%50.00%
HSB/HSV148°26.53%57.65%
CMYK26.53%0.00%14.29%
42.35%

Color #6C937E in popluar number systems.

HEX6C937E
Decimal108147126
Binary1101100100100111111110
Octal154223176

Shades and tints

Shades of #6C937E

#6C937E
(108,147,126)
#638673
(99,134,115)
#5A7968
(90,121,104)
#516C5D
(81,108,93)
#485F52
(72,95,82)
#3F5247
(63,82,71)
#36453C
(54,69,60)
#2D3831
(45,56,49)
#242B26
(36,43,38)
#1B1E1B
(27,30,27)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #6C937E

#6C937E
(108,147,126)
#799C89
(121,156,137)
#86A594
(134,165,148)
#93AE9F
(147,174,159)
#A0B7AA
(160,183,170)
#ADC0B5
(173,192,181)
#BAC9C0
(186,201,192)
#C7D2CB
(199,210,203)
#D4DBD6
(212,219,214)
#E1E4E1
(225,228,225)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C937E; }

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

This text font color is #6C937E.


Background Color

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

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

This div background color is #6C937E.


Border color

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

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

This div border color is #6C937E.


Opacity

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

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

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

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

This text has shadow with #6C937E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C937E on black background.


Color preview on white background

This text has color #6C937E on white background.



Black color preview on #6C937E background

This text has black color on #6C937E background.


White color preview on #6C937E background

This text has white color on #6C937E background.