COLOR #6B937E

HEX: #6B937E
RGB: (107,147,126)

Color info

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

RGB color model

#6B937E color RGB value is (107,147,126).

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

RGB channels and saturation

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

107
147
126

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

Portions of RGB colors in percentages

R + G + B =
107 + 147 + 126 = 380 (100%)
R 107 of 380 ~ 28.16%
G 147 of 380 ~ 38.68%
B 126 of 380 ~ 33.16%

%28.16
%38.68
%33.16

CMYK color model

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

  • cyan value is 27.21%
  • 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

%27.21
%0
%14.29
%42.35

Codes

Color #6B937E in popluar color models

6B937E
RGB107147126
HSL149°15.75%49.80%
HSB/HSV149°27.21%57.65%
CMYK27.21%0.00%14.29%
42.35%

Color #6B937E in popluar number systems.

HEX6B937E
Decimal107147126
Binary1101011100100111111110
Octal153223176

Shades and tints

Shades of #6B937E

#6B937E
(107,147,126)
#628673
(98,134,115)
#597968
(89,121,104)
#506C5D
(80,108,93)
#475F52
(71,95,82)
#3E5247
(62,82,71)
#35453C
(53,69,60)
#2C3831
(44,56,49)
#232B26
(35,43,38)
#1A1E1B
(26,30,27)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #6B937E

#6B937E
(107,147,126)
#789C89
(120,156,137)
#85A594
(133,165,148)
#92AE9F
(146,174,159)
#9FB7AA
(159,183,170)
#ACC0B5
(172,192,181)
#B9C9C0
(185,201,192)
#C6D2CB
(198,210,203)
#D3DBD6
(211,219,214)
#E0E4E1
(224,228,225)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B937E; }

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

This text font color is #6B937E.


Background Color

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

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

This div background color is #6B937E.


Border color

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

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

This div border color is #6B937E.


Opacity

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

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

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

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

This text has shadow with #6B937E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B937E on black background.


Color preview on white background

This text has color #6B937E on white background.



Black color preview on #6B937E background

This text has black color on #6B937E background.


White color preview on #6B937E background

This text has white color on #6B937E background.