COLOR #6A997A

HEX: #6A997A RGB: (106,153,122)

Color info

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

RGB color model

#6A997A color RGB value is (106,153,122).

RGB: (106,153,122) (42%, 60%, 48%)

RGB channels and saturation

R 106 of 255 = 42%
G 153 of 255 = 60%
B 122 of 255 = 48%

106
153
122

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

Portions of RGB colors in percentages

R + G + B = 106 + 153 + 122 = 381 (100%)
R 106 of 381 ~ 27.82%
G 153 of 381 ~ 40.16%
B 122 of 381 ~ 32.02'%

%27.82
%40.16
%32.02

CMYK color model

#6A997A color CMYK value is (31,0,20,40).

  • cyan value is 30.72%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 40.00%

CMYK: (31,0,20,40)
C31M0Y20K40 (31%, 0%, 20%, 40%)
(0.31 / 0.00 / 0.20 / 0.40)

CMYK percentages

%30.72
%0
%20.26
%40

Codes

Color #6A997A in popluar color models

6A 99 7A
RGB 106 153 122
HSL 140° 18.73% 50.78%
HSB/HSV 140° 30.72% 60.00%
CMYK 30.72% 0.00% 20.26%
40.00%

Color #6A997A in popluar number systems.

HEX 6A 99 7A
Decimal 106 153 122
Binary 1101010 10011001 1111010
Octal 152 231 172

Shades and tints

Shades of #6A997A

#6A997A
(106,153,122)
#618C6F
(97,140,111)
#587F64
(88,127,100)
#4F7259
(79,114,89)
#46654E
(70,101,78)
#3D5843
(61,88,67)
#344B38
(52,75,56)
#2B3E2D
(43,62,45)
#223122
(34,49,34)
#192417
(25,36,23)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #6A997A

#6A997A
(106,153,122)
#77A286
(119,162,134)
#84AB92
(132,171,146)
#91B49E
(145,180,158)
#9EBDAA
(158,189,170)
#ABC6B6
(171,198,182)
#B8CFC2
(184,207,194)
#C5D8CE
(197,216,206)
#D2E1DA
(210,225,218)
#DFEAE6
(223,234,230)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A997A; }

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

This text font color is #6A997A.

Background Color

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

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

This div background color is #6A997A.

Border color

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

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

This div border color is #6A997A.

Opacity

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

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

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

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

This text has shadow with #6A997A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A997A.

Preview

Color preview on black background

This text has color #6A997A on black background.


Color preview on white background

This text has color #6A997A on white background.


Black color preview on #6A997A background

This text has black color on #6A997A background.


White color preview on #6A997A background

This text has white color on #6A997A background.


Related colors

Complementary color

Complementary color for #hex is #956685.


I love getcolorcode.com

Triadic colors

1 #7A6A99 and #997A6A with #6A997A are triadic colors.

2 #7A996A and #996A7A with #6A997A are triadic colors.