COLOR #6A937E

HEX: #6A937E
RGB: (106,147,126)

Color info

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

RGB color model

#6A937E color RGB value is (106,147,126).

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

RGB channels and saturation

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

106
147
126

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

Portions of RGB colors in percentages

R + G + B =
106 + 147 + 126 = 379 (100%)
R 106 of 379 ~ 27.97%
G 147 of 379 ~ 38.79%
B 126 of 379 ~ 33.25%

%27.97
%38.79
%33.25

CMYK color model

#6A937E color CMYK value is (28,0,14,42).

  • cyan value is 27.89%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 42.35%
CMYK:
(28,0,14,42)
C28M0Y14K42 
(28%,0%,14%,42%)
(0.28/0.00/0.14/0.42)	

CMYK percentages

%27.89
%0
%14.29
%42.35

Codes

Color #6A937E in popluar color models

6A937E
RGB106147126
HSL149°16.21%49.61%
HSB/HSV149°27.89%57.65%
CMYK27.89%0.00%14.29%
42.35%

Color #6A937E in popluar number systems.

HEX6A937E
Decimal106147126
Binary1101010100100111111110
Octal152223176

Shades and tints

Shades of #6A937E

#6A937E
(106,147,126)
#618673
(97,134,115)
#587968
(88,121,104)
#4F6C5D
(79,108,93)
#465F52
(70,95,82)
#3D5247
(61,82,71)
#34453C
(52,69,60)
#2B3831
(43,56,49)
#222B26
(34,43,38)
#191E1B
(25,30,27)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #6A937E

#6A937E
(106,147,126)
#779C89
(119,156,137)
#84A594
(132,165,148)
#91AE9F
(145,174,159)
#9EB7AA
(158,183,170)
#ABC0B5
(171,192,181)
#B8C9C0
(184,201,192)
#C5D2CB
(197,210,203)
#D2DBD6
(210,219,214)
#DFE4E1
(223,228,225)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A937E; }

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

This text font color is #6A937E.


Background Color

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

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

This div background color is #6A937E.


Border color

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

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

This div border color is #6A937E.


Opacity

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

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

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

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

This text has shadow with #6A937E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A937E on black background.


Color preview on white background

This text has color #6A937E on white background.



Black color preview on #6A937E background

This text has black color on #6A937E background.


White color preview on #6A937E background

This text has white color on #6A937E background.