COLOR #6F9EB8

HEX: #6F9EB8
RGB: (111,158,184)

Color info

#6F9EB8 contains mainly green and blue colors. Web safe color of #6F9EB8 is #6699CC (or #69C).

RGB color model

#6F9EB8 color RGB value is (111,158,184).

  • red value is 111;
  • green value is 158;
  • blue value is 184.
RGB:
(111,158,184)
(44%,62%,72%)

RGB channels and saturation

R 111 of 255 = 44%
G 158 of 255 = 62%
B 184 of 255 = 72%

111
158
184

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

Portions of RGB colors in percentages

R + G + B =
111 + 158 + 184 = 453 (100%)
R 111 of 453 ~ 24.5%
G 158 of 453 ~ 34.88%
B 184 of 453 ~ 40.62%

%24.5
%34.88
%40.62

CMYK color model

#6F9EB8 color CMYK value is (40,14,0,28).

  • cyan value is 39.67%
  • magenta value is 14.13%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(40,14,0,28)
C40M14Y0K28 
(40%,14%,0%,28%)
(0.40/0.14/0.00/0.28)	

CMYK percentages

%39.67
%14.13
%0
%27.84

Codes

Color #6F9EB8 in popluar color models

6F9EB8
RGB111158184
HSL201°33.95%57.84%
HSB/HSV201°39.67%72.16%
CMYK39.67%14.13%0.00%
27.84%

Color #6F9EB8 in popluar number systems.

HEX6F9EB8
Decimal111158184
Binary11011111001111010111000
Octal157236270

Shades and tints

Shades of #6F9EB8

#6F9EB8
(111,158,184)
#6590A8
(101,144,168)
#5B8298
(91,130,152)
#517488
(81,116,136)
#476678
(71,102,120)
#3D5868
(61,88,104)
#334A58
(51,74,88)
#293C48
(41,60,72)
#1F2E38
(31,46,56)
#152028
(21,32,40)
#0B1218
(11,18,24)
#000000
(0,0,0)

Tints of #6F9EB8

#6F9EB8
(111,158,184)
#7CA6BE
(124,166,190)
#89AEC4
(137,174,196)
#96B6CA
(150,182,202)
#A3BED0
(163,190,208)
#B0C6D6
(176,198,214)
#BDCEDC
(189,206,220)
#CAD6E2
(202,214,226)
#D7DEE8
(215,222,232)
#E4E6EE
(228,230,238)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9EB8 color. Also use rgb(111,158,184) instead hex code.

Text Font Color

.myTextColor { color: #6F9EB8; }

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

This text font color is #6F9EB8.


Background Color

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

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

This div background color is #6F9EB8.


Border color

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

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

This div border color is #6F9EB8.


Opacity

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

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

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

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

This text has shadow with #6F9EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9EB8 on black background.


Color preview on white background

This text has color #6F9EB8 on white background.



Black color preview on #6F9EB8 background

This text has black color on #6F9EB8 background.


White color preview on #6F9EB8 background

This text has white color on #6F9EB8 background.