COLOR #6C97AA

HEX: #6C97AA RGB: (108,151,170)

Color info

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

RGB color model

#6C97AA color RGB value is (108,151,170).

RGB: (108,151,170) (42%, 59%, 67%)

RGB channels and saturation

R 108 of 255 = 42%
G 151 of 255 = 59%
B 170 of 255 = 67%

108
151
170

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

Portions of RGB colors in percentages

R + G + B = 108 + 151 + 170 = 429 (100%)
R 108 of 429 ~ 25.17%
G 151 of 429 ~ 35.2%
B 170 of 429 ~ 39.63'%

%25.17
%35.2
%39.63

CMYK color model

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

  • cyan value is 36.47%
  • 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

%36.47
%11.18
%0
%33.33

Codes

Color #6C97AA in popluar color models

6C 97 AA
RGB 108 151 170
HSL 198° 26.72% 54.51%
HSB/HSV 198° 36.47% 66.67%
CMYK 36.47% 11.18% 0.00%
33.33%

Color #6C97AA in popluar number systems.

HEX 6C 97 AA
Decimal 108 151 170
Binary 1101100 10010111 10101010
Octal 154 227 252

Shades and tints

Shades of #6C97AA

#6C97AA
(108,151,170)
#638A9B
(99,138,155)
#5A7D8C
(90,125,140)
#51707D
(81,112,125)
#48636E
(72,99,110)
#3F565F
(63,86,95)
#364950
(54,73,80)
#2D3C41
(45,60,65)
#242F32
(36,47,50)
#1B2223
(27,34,35)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #6C97AA

#6C97AA
(108,151,170)
#79A0B1
(121,160,177)
#86A9B8
(134,169,184)
#93B2BF
(147,178,191)
#A0BBC6
(160,187,198)
#ADC4CD
(173,196,205)
#BACDD4
(186,205,212)
#C7D6DB
(199,214,219)
#D4DFE2
(212,223,226)
#E1E8E9
(225,232,233)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C97AA; }

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

This text font color is #6C97AA.

Background Color

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

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

This div background color is #6C97AA.

Border color

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

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

This div border color is #6C97AA.

Opacity

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

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

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

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

This text has shadow with #6C97AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C97AA.

Preview

Color preview on black background

This text has color #6C97AA on black background.


Color preview on white background

This text has color #6C97AA on white background.


Black color preview on #6C97AA background

This text has black color on #6C97AA background.


White color preview on #6C97AA background

This text has white color on #6C97AA background.


Related colors

Complementary color

Complementary color for #hex is #936855.


I love getcolorcode.com

Triadic colors

1 #AA6C97 and #97AA6C with #6C97AA are triadic colors.

2 #AA976C and #976CAA with #6C97AA are triadic colors.