COLOR #6A838D

HEX: #6A838D
RGB: (106,131,141)

Color info

#6A838D contains red, green and blue colors in about the same proportion. Web safe color of #6A838D is #669999 (or #699).

RGB color model

#6A838D color RGB value is (106,131,141).

  • red value is 106;
  • green value is 131;
  • blue value is 141.
RGB:
(106,131,141)
(42%,51%,55%)

RGB channels and saturation

R 106 of 255 = 42%
G 131 of 255 = 51%
B 141 of 255 = 55%

106
131
141

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

Portions of RGB colors in percentages

R + G + B =
106 + 131 + 141 = 378 (100%)
R 106 of 378 ~ 28.04%
G 131 of 378 ~ 34.66%
B 141 of 378 ~ 37.3%

%28.04
%34.66
%37.3

CMYK color model

#6A838D color CMYK value is (25,7,0,45).

  • cyan value is 24.82%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(25,7,0,45)
C25M7Y0K45 
(25%,7%,0%,45%)
(0.25/0.07/0.00/0.45)	

CMYK percentages

%24.82
%7.09
%0
%44.71

Codes

Color #6A838D in popluar color models

6A838D
RGB106131141
HSL197°14.17%48.43%
HSB/HSV197°24.82%55.29%
CMYK24.82%7.09%0.00%
44.71%

Color #6A838D in popluar number systems.

HEX6A838D
Decimal106131141
Binary11010101000001110001101
Octal152203215

Shades and tints

Shades of #6A838D

#6A838D
(106,131,141)
#617881
(97,120,129)
#586D75
(88,109,117)
#4F6269
(79,98,105)
#46575D
(70,87,93)
#3D4C51
(61,76,81)
#344145
(52,65,69)
#2B3639
(43,54,57)
#222B2D
(34,43,45)
#192021
(25,32,33)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #6A838D

#6A838D
(106,131,141)
#778E97
(119,142,151)
#8499A1
(132,153,161)
#91A4AB
(145,164,171)
#9EAFB5
(158,175,181)
#ABBABF
(171,186,191)
#B8C5C9
(184,197,201)
#C5D0D3
(197,208,211)
#D2DBDD
(210,219,221)
#DFE6E7
(223,230,231)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A838D color. Also use rgb(106,131,141) instead hex code.

Text Font Color

.myTextColor { color: #6A838D; }

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

This text font color is #6A838D.


Background Color

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

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

This div background color is #6A838D.


Border color

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

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

This div border color is #6A838D.


Opacity

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

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

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

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

This text has shadow with #6A838D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A838D on black background.


Color preview on white background

This text has color #6A838D on white background.



Black color preview on #6A838D background

This text has black color on #6A838D background.


White color preview on #6A838D background

This text has white color on #6A838D background.