COLOR #6A868D

HEX: #6A868D
RGB: (106,134,141)

Color info

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

RGB color model

#6A868D color RGB value is (106,134,141).

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

RGB channels and saturation

R 106 of 255 = 42%
G 134 of 255 = 53%
B 141 of 255 = 55%

106
134
141

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

Portions of RGB colors in percentages

R + G + B =
106 + 134 + 141 = 381 (100%)
R 106 of 381 ~ 27.82%
G 134 of 381 ~ 35.17%
B 141 of 381 ~ 37.01%

%27.82
%35.17
%37.01

CMYK color model

#6A868D color CMYK value is (25,5,0,45).

  • cyan value is 24.82%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(25,5,0,45)
C25M5Y0K45 
(25%,5%,0%,45%)
(0.25/0.05/0.00/0.45)	

CMYK percentages

%24.82
%4.96
%0
%44.71

Codes

Color #6A868D in popluar color models

6A868D
RGB106134141
HSL192°14.17%48.43%
HSB/HSV192°24.82%55.29%
CMYK24.82%4.96%0.00%
44.71%

Color #6A868D in popluar number systems.

HEX6A868D
Decimal106134141
Binary11010101000011010001101
Octal152206215

Shades and tints

Shades of #6A868D

#6A868D
(106,134,141)
#617A81
(97,122,129)
#586E75
(88,110,117)
#4F6269
(79,98,105)
#46565D
(70,86,93)
#3D4A51
(61,74,81)
#343E45
(52,62,69)
#2B3239
(43,50,57)
#22262D
(34,38,45)
#191A21
(25,26,33)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #6A868D

#6A868D
(106,134,141)
#779197
(119,145,151)
#849CA1
(132,156,161)
#91A7AB
(145,167,171)
#9EB2B5
(158,178,181)
#ABBDBF
(171,189,191)
#B8C8C9
(184,200,201)
#C5D3D3
(197,211,211)
#D2DEDD
(210,222,221)
#DFE9E7
(223,233,231)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A868D; }

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

This text font color is #6A868D.


Background Color

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

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

This div background color is #6A868D.


Border color

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

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

This div border color is #6A868D.


Opacity

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

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

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

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

This text has shadow with #6A868D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A868D on black background.


Color preview on white background

This text has color #6A868D on white background.



Black color preview on #6A868D background

This text has black color on #6A868D background.


White color preview on #6A868D background

This text has white color on #6A868D background.