COLOR #6F8BA6

HEX: #6F8BA6
RGB: (111,139,166)

Color info

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

RGB color model

#6F8BA6 color RGB value is (111,139,166).

  • red value is 111;
  • green value is 139;
  • blue value is 166.
RGB:
(111,139,166)
(44%,55%,65%)

RGB channels and saturation

R 111 of 255 = 44%
G 139 of 255 = 55%
B 166 of 255 = 65%

111
139
166

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

Portions of RGB colors in percentages

R + G + B =
111 + 139 + 166 = 416 (100%)
R 111 of 416 ~ 26.68%
G 139 of 416 ~ 33.41%
B 166 of 416 ~ 39.9%

%26.68
%33.41
%39.9

CMYK color model

#6F8BA6 color CMYK value is (33,16,0,35).

  • cyan value is 33.13%
  • magenta value is 16.27%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(33,16,0,35)
C33M16Y0K35 
(33%,16%,0%,35%)
(0.33/0.16/0.00/0.35)	

CMYK percentages

%33.13
%16.27
%0
%34.9

Codes

Color #6F8BA6 in popluar color models

6F8BA6
RGB111139166
HSL209°23.61%54.31%
HSB/HSV209°33.13%65.10%
CMYK33.13%16.27%0.00%
34.90%

Color #6F8BA6 in popluar number systems.

HEX6F8BA6
Decimal111139166
Binary11011111000101110100110
Octal157213246

Shades and tints

Shades of #6F8BA6

#6F8BA6
(111,139,166)
#657F97
(101,127,151)
#5B7388
(91,115,136)
#516779
(81,103,121)
#475B6A
(71,91,106)
#3D4F5B
(61,79,91)
#33434C
(51,67,76)
#29373D
(41,55,61)
#1F2B2E
(31,43,46)
#151F1F
(21,31,31)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #6F8BA6

#6F8BA6
(111,139,166)
#7C95AE
(124,149,174)
#899FB6
(137,159,182)
#96A9BE
(150,169,190)
#A3B3C6
(163,179,198)
#B0BDCE
(176,189,206)
#BDC7D6
(189,199,214)
#CAD1DE
(202,209,222)
#D7DBE6
(215,219,230)
#E4E5EE
(228,229,238)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8BA6 color. Also use rgb(111,139,166) instead hex code.

Text Font Color

.myTextColor { color: #6F8BA6; }

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

This text font color is #6F8BA6.


Background Color

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

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

This div background color is #6F8BA6.


Border color

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

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

This div border color is #6F8BA6.


Opacity

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

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

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

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

This text has shadow with #6F8BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8BA6 on black background.


Color preview on white background

This text has color #6F8BA6 on white background.



Black color preview on #6F8BA6 background

This text has black color on #6F8BA6 background.


White color preview on #6F8BA6 background

This text has white color on #6F8BA6 background.