COLOR #6F9CAA

HEX: #6F9CAA
RGB: (111,156,170)

Color info

#6F9CAA contains red, green and blue colors in about the same proportion. Web safe color of #6F9CAA is #669999 (or #699).

RGB color model

#6F9CAA color RGB value is (111,156,170).

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

RGB channels and saturation

R 111 of 255 = 44%
G 156 of 255 = 61%
B 170 of 255 = 67%

111
156
170

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

Portions of RGB colors in percentages

R + G + B =
111 + 156 + 170 = 437 (100%)
R 111 of 437 ~ 25.4%
G 156 of 437 ~ 35.7%
B 170 of 437 ~ 38.9%

%25.4
%35.7
%38.9

CMYK color model

#6F9CAA color CMYK value is (35,8,0,33).

  • cyan value is 34.71%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(35,8,0,33)
C35M8Y0K33 
(35%,8%,0%,33%)
(0.35/0.08/0.00/0.33)	

CMYK percentages

%34.71
%8.24
%0
%33.33

Codes

Color #6F9CAA in popluar color models

6F9CAA
RGB111156170
HSL194°25.76%55.10%
HSB/HSV194°34.71%66.67%
CMYK34.71%8.24%0.00%
33.33%

Color #6F9CAA in popluar number systems.

HEX6F9CAA
Decimal111156170
Binary11011111001110010101010
Octal157234252

Shades and tints

Shades of #6F9CAA

#6F9CAA
(111,156,170)
#658E9B
(101,142,155)
#5B808C
(91,128,140)
#51727D
(81,114,125)
#47646E
(71,100,110)
#3D565F
(61,86,95)
#334850
(51,72,80)
#293A41
(41,58,65)
#1F2C32
(31,44,50)
#151E23
(21,30,35)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #6F9CAA

#6F9CAA
(111,156,170)
#7CA5B1
(124,165,177)
#89AEB8
(137,174,184)
#96B7BF
(150,183,191)
#A3C0C6
(163,192,198)
#B0C9CD
(176,201,205)
#BDD2D4
(189,210,212)
#CADBDB
(202,219,219)
#D7E4E2
(215,228,226)
#E4EDE9
(228,237,233)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9CAA; }

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

This text font color is #6F9CAA.


Background Color

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

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

This div background color is #6F9CAA.


Border color

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

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

This div border color is #6F9CAA.


Opacity

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

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

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

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

This text has shadow with #6F9CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9CAA on black background.


Color preview on white background

This text has color #6F9CAA on white background.



Black color preview on #6F9CAA background

This text has black color on #6F9CAA background.


White color preview on #6F9CAA background

This text has white color on #6F9CAA background.