COLOR #6A897A

HEX: #6A897A
RGB: (106,137,122)

Color info

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

RGB color model

#6A897A color RGB value is (106,137,122).

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

RGB channels and saturation

R 106 of 255 = 42%
G 137 of 255 = 54%
B 122 of 255 = 48%

106
137
122

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

Portions of RGB colors in percentages

R + G + B =
106 + 137 + 122 = 365 (100%)
R 106 of 365 ~ 29.04%
G 137 of 365 ~ 37.53%
B 122 of 365 ~ 33.42%

%29.04
%37.53
%33.42

CMYK color model

#6A897A color CMYK value is (23,0,11,46).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 46.27%
CMYK:
(23,0,11,46)
C23M0Y11K46 
(23%,0%,11%,46%)
(0.23/0.00/0.11/0.46)	

CMYK percentages

%22.63
%0
%10.95
%46.27

Codes

Color #6A897A in popluar color models

6A897A
RGB106137122
HSL151°12.76%47.65%
HSB/HSV151°22.63%53.73%
CMYK22.63%0.00%10.95%
46.27%

Color #6A897A in popluar number systems.

HEX6A897A
Decimal106137122
Binary1101010100010011111010
Octal152211172

Shades and tints

Shades of #6A897A

#6A897A
(106,137,122)
#617D6F
(97,125,111)
#587164
(88,113,100)
#4F6559
(79,101,89)
#46594E
(70,89,78)
#3D4D43
(61,77,67)
#344138
(52,65,56)
#2B352D
(43,53,45)
#222922
(34,41,34)
#191D17
(25,29,23)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #6A897A

#6A897A
(106,137,122)
#779386
(119,147,134)
#849D92
(132,157,146)
#91A79E
(145,167,158)
#9EB1AA
(158,177,170)
#ABBBB6
(171,187,182)
#B8C5C2
(184,197,194)
#C5CFCE
(197,207,206)
#D2D9DA
(210,217,218)
#DFE3E6
(223,227,230)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A897A; }

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

This text font color is #6A897A.


Background Color

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

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

This div background color is #6A897A.


Border color

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

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

This div border color is #6A897A.


Opacity

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

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

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

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

This text has shadow with #6A897A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A897A on black background.


Color preview on white background

This text has color #6A897A on white background.



Black color preview on #6A897A background

This text has black color on #6A897A background.


White color preview on #6A897A background

This text has white color on #6A897A background.