COLOR #6C9CAA

HEX: #6C9CAA
RGB: (108,156,170)

Color info

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

RGB color model

#6C9CAA color RGB value is (108,156,170).

  • red value is 108;
  • green value is 156;
  • blue value is 170.
RGB:
(108,156,170)
(42%,61%,67%)

RGB channels and saturation

R 108 of 255 = 42%
G 156 of 255 = 61%
B 170 of 255 = 67%

108
156
170

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

Portions of RGB colors in percentages

R + G + B =
108 + 156 + 170 = 434 (100%)
R 108 of 434 ~ 24.88%
G 156 of 434 ~ 35.94%
B 170 of 434 ~ 39.17%

%24.88
%35.94
%39.17

CMYK color model

#6C9CAA color CMYK value is (36,8,0,33).

  • cyan value is 36.47%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(36,8,0,33)
C36M8Y0K33 
(36%,8%,0%,33%)
(0.36/0.08/0.00/0.33)	

CMYK percentages

%36.47
%8.24
%0
%33.33

Codes

Color #6C9CAA in popluar color models

6C9CAA
RGB108156170
HSL194°26.72%54.51%
HSB/HSV194°36.47%66.67%
CMYK36.47%8.24%0.00%
33.33%

Color #6C9CAA in popluar number systems.

HEX6C9CAA
Decimal108156170
Binary11011001001110010101010
Octal154234252

Shades and tints

Shades of #6C9CAA

#6C9CAA
(108,156,170)
#638E9B
(99,142,155)
#5A808C
(90,128,140)
#51727D
(81,114,125)
#48646E
(72,100,110)
#3F565F
(63,86,95)
#364850
(54,72,80)
#2D3A41
(45,58,65)
#242C32
(36,44,50)
#1B1E23
(27,30,35)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #6C9CAA

#6C9CAA
(108,156,170)
#79A5B1
(121,165,177)
#86AEB8
(134,174,184)
#93B7BF
(147,183,191)
#A0C0C6
(160,192,198)
#ADC9CD
(173,201,205)
#BAD2D4
(186,210,212)
#C7DBDB
(199,219,219)
#D4E4E2
(212,228,226)
#E1EDE9
(225,237,233)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C9CAA; }

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

This text font color is #6C9CAA.


Background Color

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

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

This div background color is #6C9CAA.


Border color

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

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

This div border color is #6C9CAA.


Opacity

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

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

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

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

This text has shadow with #6C9CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9CAA on black background.


Color preview on white background

This text has color #6C9CAA on white background.



Black color preview on #6C9CAA background

This text has black color on #6C9CAA background.


White color preview on #6C9CAA background

This text has white color on #6C9CAA background.