COLOR #6D97AA

HEX: #6D97AA RGB: (109,151,170)

Color info

#6D97AA contains mainly green and blue colors. Web safe color of #6D97AA is #669999 (or #699).

RGB color model

#6D97AA color RGB value is (109,151,170).

RGB: (109,151,170) (43%, 59%, 67%)

RGB channels and saturation

R 109 of 255 = 43%
G 151 of 255 = 59%
B 170 of 255 = 67%

109
151
170

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

Portions of RGB colors in percentages

R + G + B = 109 + 151 + 170 = 430 (100%)
R 109 of 430 ~ 25.35%
G 151 of 430 ~ 35.12%
B 170 of 430 ~ 39.53'%

%25.35
%35.12
%39.53

CMYK color model

#6D97AA color CMYK value is (36,11,0,33).

  • cyan value is 35.88%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (36,11,0,33)
C36M11Y0K33 (36%, 11%, 0%, 33%)
(0.36 / 0.11 / 0.00 / 0.33)

CMYK percentages

%35.88
%11.18
%0
%33.33

Codes

Color #6D97AA in popluar color models

6D 97 AA
RGB 109 151 170
HSL 199° 26.41% 54.71%
HSB/HSV 199° 35.88% 66.67%
CMYK 35.88% 11.18% 0.00%
33.33%

Color #6D97AA in popluar number systems.

HEX 6D 97 AA
Decimal 109 151 170
Binary 1101101 10010111 10101010
Octal 155 227 252

Shades and tints

Shades of #6D97AA

#6D97AA
(109,151,170)
#648A9B
(100,138,155)
#5B7D8C
(91,125,140)
#52707D
(82,112,125)
#49636E
(73,99,110)
#40565F
(64,86,95)
#374950
(55,73,80)
#2E3C41
(46,60,65)
#252F32
(37,47,50)
#1C2223
(28,34,35)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #6D97AA

#6D97AA
(109,151,170)
#7AA0B1
(122,160,177)
#87A9B8
(135,169,184)
#94B2BF
(148,178,191)
#A1BBC6
(161,187,198)
#AEC4CD
(174,196,205)
#BBCDD4
(187,205,212)
#C8D6DB
(200,214,219)
#D5DFE2
(213,223,226)
#E2E8E9
(226,232,233)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D97AA color. Also use rgb(109,151,170) instead hex code.

Text Font Color

.myTextColor { color: #6D97AA; }

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

This text font color is #6D97AA.

Background Color

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

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

This div background color is #6D97AA.

Border color

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

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

This div border color is #6D97AA.

Opacity

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

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

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

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

This text has shadow with #6D97AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D97AA.

Preview

Color preview on black background

This text has color #6D97AA on black background.


Color preview on white background

This text has color #6D97AA on white background.


Black color preview on #6D97AA background

This text has black color on #6D97AA background.


White color preview on #6D97AA background

This text has white color on #6D97AA background.


Related colors

Complementary color

Complementary color for #hex is #926855.


I love getcolorcode.com

Triadic colors

1 #AA6D97 and #97AA6D with #6D97AA are triadic colors.

2 #AA976D and #976DAA with #6D97AA are triadic colors.