COLOR #6A867A

HEX: #6A867A
RGB: (106,134,122)

Color info

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

RGB color model

#6A867A color RGB value is (106,134,122).

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

RGB channels and saturation

R 106 of 255 = 42%
G 134 of 255 = 53%
B 122 of 255 = 48%

106
134
122

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

Portions of RGB colors in percentages

R + G + B =
106 + 134 + 122 = 362 (100%)
R 106 of 362 ~ 29.28%
G 134 of 362 ~ 37.02%
B 122 of 362 ~ 33.7%

%29.28
%37.02
%33.7

CMYK color model

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

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 47.45%
CMYK:
(21,0,9,47)
C21M0Y9K47 
(21%,0%,9%,47%)
(0.21/0.00/0.09/0.47)	

CMYK percentages

%20.9
%0
%8.96
%47.45

Codes

Color #6A867A in popluar color models

6A867A
RGB106134122
HSL154°11.67%47.06%
HSB/HSV154°20.90%52.55%
CMYK20.90%0.00%8.96%
47.45%

Color #6A867A in popluar number systems.

HEX6A867A
Decimal106134122
Binary1101010100001101111010
Octal152206172

Shades and tints

Shades of #6A867A

#6A867A
(106,134,122)
#617A6F
(97,122,111)
#586E64
(88,110,100)
#4F6259
(79,98,89)
#46564E
(70,86,78)
#3D4A43
(61,74,67)
#343E38
(52,62,56)
#2B322D
(43,50,45)
#222622
(34,38,34)
#191A17
(25,26,23)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #6A867A

#6A867A
(106,134,122)
#779186
(119,145,134)
#849C92
(132,156,146)
#91A79E
(145,167,158)
#9EB2AA
(158,178,170)
#ABBDB6
(171,189,182)
#B8C8C2
(184,200,194)
#C5D3CE
(197,211,206)
#D2DEDA
(210,222,218)
#DFE9E6
(223,233,230)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A867A; }

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

This text font color is #6A867A.


Background Color

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

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

This div background color is #6A867A.


Border color

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

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

This div border color is #6A867A.


Opacity

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

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

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

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

This text has shadow with #6A867A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A867A on black background.


Color preview on white background

This text has color #6A867A on white background.



Black color preview on #6A867A background

This text has black color on #6A867A background.


White color preview on #6A867A background

This text has white color on #6A867A background.