COLOR #6A867E

HEX: #6A867E
RGB: (106,134,126)

Color info

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

RGB color model

#6A867E color RGB value is (106,134,126).

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

RGB channels and saturation

R 106 of 255 = 42%
G 134 of 255 = 53%
B 126 of 255 = 49%

106
134
126

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

Portions of RGB colors in percentages

R + G + B =
106 + 134 + 126 = 366 (100%)
R 106 of 366 ~ 28.96%
G 134 of 366 ~ 36.61%
B 126 of 366 ~ 34.43%

%28.96
%36.61
%34.43

CMYK color model

#6A867E color CMYK value is (21,0,6,47).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 47.45%
CMYK:
(21,0,6,47)
C21M0Y6K47 
(21%,0%,6%,47%)
(0.21/0.00/0.06/0.47)	

CMYK percentages

%20.9
%0
%5.97
%47.45

Codes

Color #6A867E in popluar color models

6A867E
RGB106134126
HSL163°11.67%47.06%
HSB/HSV163°20.90%52.55%
CMYK20.90%0.00%5.97%
47.45%

Color #6A867E in popluar number systems.

HEX6A867E
Decimal106134126
Binary1101010100001101111110
Octal152206176

Shades and tints

Shades of #6A867E

#6A867E
(106,134,126)
#617A73
(97,122,115)
#586E68
(88,110,104)
#4F625D
(79,98,93)
#465652
(70,86,82)
#3D4A47
(61,74,71)
#343E3C
(52,62,60)
#2B3231
(43,50,49)
#222626
(34,38,38)
#191A1B
(25,26,27)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #6A867E

#6A867E
(106,134,126)
#779189
(119,145,137)
#849C94
(132,156,148)
#91A79F
(145,167,159)
#9EB2AA
(158,178,170)
#ABBDB5
(171,189,181)
#B8C8C0
(184,200,192)
#C5D3CB
(197,211,203)
#D2DED6
(210,222,214)
#DFE9E1
(223,233,225)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A867E; }

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

This text font color is #6A867E.


Background Color

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

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

This div background color is #6A867E.


Border color

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

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

This div border color is #6A867E.


Opacity

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

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

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

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

This text has shadow with #6A867E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A867E on black background.


Color preview on white background

This text has color #6A867E on white background.



Black color preview on #6A867E background

This text has black color on #6A867E background.


White color preview on #6A867E background

This text has white color on #6A867E background.