COLOR #6A818D

HEX: #6A818D
RGB: (106,129,141)

Color info

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

RGB color model

#6A818D color RGB value is (106,129,141).

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

RGB channels and saturation

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

106
129
141

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

Portions of RGB colors in percentages

R + G + B =
106 + 129 + 141 = 376 (100%)
R 106 of 376 ~ 28.19%
G 129 of 376 ~ 34.31%
B 141 of 376 ~ 37.5%

%28.19
%34.31
%37.5

CMYK color model

#6A818D color CMYK value is (25,9,0,45).

  • cyan value is 24.82%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(25,9,0,45)
C25M9Y0K45 
(25%,9%,0%,45%)
(0.25/0.09/0.00/0.45)	

CMYK percentages

%24.82
%8.51
%0
%44.71

Codes

Color #6A818D in popluar color models

6A818D
RGB106129141
HSL201°14.17%48.43%
HSB/HSV201°24.82%55.29%
CMYK24.82%8.51%0.00%
44.71%

Color #6A818D in popluar number systems.

HEX6A818D
Decimal106129141
Binary11010101000000110001101
Octal152201215

Shades and tints

Shades of #6A818D

#6A818D
(106,129,141)
#617681
(97,118,129)
#586B75
(88,107,117)
#4F6069
(79,96,105)
#46555D
(70,85,93)
#3D4A51
(61,74,81)
#343F45
(52,63,69)
#2B3439
(43,52,57)
#22292D
(34,41,45)
#191E21
(25,30,33)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #6A818D

#6A818D
(106,129,141)
#778C97
(119,140,151)
#8497A1
(132,151,161)
#91A2AB
(145,162,171)
#9EADB5
(158,173,181)
#ABB8BF
(171,184,191)
#B8C3C9
(184,195,201)
#C5CED3
(197,206,211)
#D2D9DD
(210,217,221)
#DFE4E7
(223,228,231)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A818D; }

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

This text font color is #6A818D.


Background Color

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

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

This div background color is #6A818D.


Border color

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

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

This div border color is #6A818D.


Opacity

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

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

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

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

This text has shadow with #6A818D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A818D on black background.


Color preview on white background

This text has color #6A818D on white background.



Black color preview on #6A818D background

This text has black color on #6A818D background.


White color preview on #6A818D background

This text has white color on #6A818D background.