COLOR #6F8AA2

HEX: #6F8AA2
RGB: (111,138,162)

Color info

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

RGB color model

#6F8AA2 color RGB value is (111,138,162).

  • red value is 111;
  • green value is 138;
  • blue value is 162.
RGB:
(111,138,162)
(44%,54%,64%)

RGB channels and saturation

R 111 of 255 = 44%
G 138 of 255 = 54%
B 162 of 255 = 64%

111
138
162

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

Portions of RGB colors in percentages

R + G + B =
111 + 138 + 162 = 411 (100%)
R 111 of 411 ~ 27.01%
G 138 of 411 ~ 33.58%
B 162 of 411 ~ 39.42%

%27.01
%33.58
%39.42

CMYK color model

#6F8AA2 color CMYK value is (31,15,0,36).

  • cyan value is 31.48%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(31,15,0,36)
C31M15Y0K36 
(31%,15%,0%,36%)
(0.31/0.15/0.00/0.36)	

CMYK percentages

%31.48
%14.81
%0
%36.47

Codes

Color #6F8AA2 in popluar color models

6F8AA2
RGB111138162
HSL208°21.52%53.53%
HSB/HSV208°31.48%63.53%
CMYK31.48%14.81%0.00%
36.47%

Color #6F8AA2 in popluar number systems.

HEX6F8AA2
Decimal111138162
Binary11011111000101010100010
Octal157212242

Shades and tints

Shades of #6F8AA2

#6F8AA2
(111,138,162)
#657E94
(101,126,148)
#5B7286
(91,114,134)
#516678
(81,102,120)
#475A6A
(71,90,106)
#3D4E5C
(61,78,92)
#33424E
(51,66,78)
#293640
(41,54,64)
#1F2A32
(31,42,50)
#151E24
(21,30,36)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #6F8AA2

#6F8AA2
(111,138,162)
#7C94AA
(124,148,170)
#899EB2
(137,158,178)
#96A8BA
(150,168,186)
#A3B2C2
(163,178,194)
#B0BCCA
(176,188,202)
#BDC6D2
(189,198,210)
#CAD0DA
(202,208,218)
#D7DAE2
(215,218,226)
#E4E4EA
(228,228,234)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8AA2 color. Also use rgb(111,138,162) instead hex code.

Text Font Color

.myTextColor { color: #6F8AA2; }

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

This text font color is #6F8AA2.


Background Color

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

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

This div background color is #6F8AA2.


Border color

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

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

This div border color is #6F8AA2.


Opacity

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

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

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

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

This text has shadow with #6F8AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8AA2 on black background.


Color preview on white background

This text has color #6F8AA2 on white background.



Black color preview on #6F8AA2 background

This text has black color on #6F8AA2 background.


White color preview on #6F8AA2 background

This text has white color on #6F8AA2 background.