COLOR #6C97AC

HEX: #6C97AC
RGB: (108,151,172)

Color info

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

RGB color model

#6C97AC color RGB value is (108,151,172).

  • red value is 108;
  • green value is 151;
  • blue value is 172.
RGB:
(108,151,172)
(42%,59%,67%)

RGB channels and saturation

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

108
151
172

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

Portions of RGB colors in percentages

R + G + B =
108 + 151 + 172 = 431 (100%)
R 108 of 431 ~ 25.06%
G 151 of 431 ~ 35.03%
B 172 of 431 ~ 39.91%

%25.06
%35.03
%39.91

CMYK color model

#6C97AC color CMYK value is (37,12,0,33).

  • cyan value is 37.21%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(37,12,0,33)
C37M12Y0K33 
(37%,12%,0%,33%)
(0.37/0.12/0.00/0.33)	

CMYK percentages

%37.21
%12.21
%0
%32.55

Codes

Color #6C97AC in popluar color models

6C97AC
RGB108151172
HSL200°27.83%54.90%
HSB/HSV200°37.21%67.45%
CMYK37.21%12.21%0.00%
32.55%

Color #6C97AC in popluar number systems.

HEX6C97AC
Decimal108151172
Binary11011001001011110101100
Octal154227254

Shades and tints

Shades of #6C97AC

#6C97AC
(108,151,172)
#638A9D
(99,138,157)
#5A7D8E
(90,125,142)
#51707F
(81,112,127)
#486370
(72,99,112)
#3F5661
(63,86,97)
#364952
(54,73,82)
#2D3C43
(45,60,67)
#242F34
(36,47,52)
#1B2225
(27,34,37)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #6C97AC

#6C97AC
(108,151,172)
#79A0B3
(121,160,179)
#86A9BA
(134,169,186)
#93B2C1
(147,178,193)
#A0BBC8
(160,187,200)
#ADC4CF
(173,196,207)
#BACDD6
(186,205,214)
#C7D6DD
(199,214,221)
#D4DFE4
(212,223,228)
#E1E8EB
(225,232,235)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C97AC; }

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

This text font color is #6C97AC.


Background Color

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

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

This div background color is #6C97AC.


Border color

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

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

This div border color is #6C97AC.


Opacity

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

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

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

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

This text has shadow with #6C97AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C97AC on black background.


Color preview on white background

This text has color #6C97AC on white background.



Black color preview on #6C97AC background

This text has black color on #6C97AC background.


White color preview on #6C97AC background

This text has white color on #6C97AC background.