COLOR #6A937D

HEX: #6A937D
RGB: (106,147,125)

Color info

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

RGB color model

#6A937D color RGB value is (106,147,125).

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

RGB channels and saturation

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

106
147
125

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

Portions of RGB colors in percentages

R + G + B =
106 + 147 + 125 = 378 (100%)
R 106 of 378 ~ 28.04%
G 147 of 378 ~ 38.89%
B 125 of 378 ~ 33.07%

%28.04
%38.89
%33.07

CMYK color model

#6A937D color CMYK value is (28,0,15,42).

  • cyan value is 27.89%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 42.35%
CMYK:
(28,0,15,42)
C28M0Y15K42 
(28%,0%,15%,42%)
(0.28/0.00/0.15/0.42)	

CMYK percentages

%27.89
%0
%14.97
%42.35

Codes

Color #6A937D in popluar color models

6A937D
RGB106147125
HSL148°16.21%49.61%
HSB/HSV148°27.89%57.65%
CMYK27.89%0.00%14.97%
42.35%

Color #6A937D in popluar number systems.

HEX6A937D
Decimal106147125
Binary1101010100100111111101
Octal152223175

Shades and tints

Shades of #6A937D

#6A937D
(106,147,125)
#618672
(97,134,114)
#587967
(88,121,103)
#4F6C5C
(79,108,92)
#465F51
(70,95,81)
#3D5246
(61,82,70)
#34453B
(52,69,59)
#2B3830
(43,56,48)
#222B25
(34,43,37)
#191E1A
(25,30,26)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #6A937D

#6A937D
(106,147,125)
#779C88
(119,156,136)
#84A593
(132,165,147)
#91AE9E
(145,174,158)
#9EB7A9
(158,183,169)
#ABC0B4
(171,192,180)
#B8C9BF
(184,201,191)
#C5D2CA
(197,210,202)
#D2DBD5
(210,219,213)
#DFE4E0
(223,228,224)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A937D; }

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

This text font color is #6A937D.


Background Color

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

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

This div background color is #6A937D.


Border color

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

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

This div border color is #6A937D.


Opacity

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

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

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

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

This text has shadow with #6A937D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A937D on black background.


Color preview on white background

This text has color #6A937D on white background.



Black color preview on #6A937D background

This text has black color on #6A937D background.


White color preview on #6A937D background

This text has white color on #6A937D background.