COLOR #6F8EBB

HEX: #6F8EBB RGB: (111,142,187)

Color info

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

RGB color model

#6F8EBB color RGB value is (111,142,187).

RGB: (111,142,187) (44%, 56%, 73%)

RGB channels and saturation

R 111 of 255 = 44%
G 142 of 255 = 56%
B 187 of 255 = 73%

111
142
187

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

Portions of RGB colors in percentages

R + G + B = 111 + 142 + 187 = 440 (100%)
R 111 of 440 ~ 25.23%
G 142 of 440 ~ 32.27%
B 187 of 440 ~ 42.5'%

%25.23
%32.27
%42.5

CMYK color model

#6F8EBB color CMYK value is (41,24,0,27).

  • cyan value is 40.64%
  • magenta value is 24.06%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (41,24,0,27)
C41M24Y0K27 (41%, 24%, 0%, 27%)
(0.41 / 0.24 / 0.00 / 0.27)

CMYK percentages

%40.64
%24.06
%0
%26.67

Codes

Color #6F8EBB in popluar color models

6F 8E BB
RGB 111 142 187
HSL 216° 35.85% 58.43%
HSB/HSV 216° 40.64% 73.33%
CMYK 40.64% 24.06% 0.00%
26.67%

Color #6F8EBB in popluar number systems.

HEX 6F 8E BB
Decimal 111 142 187
Binary 1101111 10001110 10111011
Octal 157 216 273

Shades and tints

Shades of #6F8EBB

#6F8EBB
(111,142,187)
#6582AA
(101,130,170)
#5B7699
(91,118,153)
#516A88
(81,106,136)
#475E77
(71,94,119)
#3D5266
(61,82,102)
#334655
(51,70,85)
#293A44
(41,58,68)
#1F2E33
(31,46,51)
#152222
(21,34,34)
#0B1611
(11,22,17)
#000000
(0,0,0)

Tints of #6F8EBB

#6F8EBB
(111,142,187)
#7C98C1
(124,152,193)
#89A2C7
(137,162,199)
#96ACCD
(150,172,205)
#A3B6D3
(163,182,211)
#B0C0D9
(176,192,217)
#BDCADF
(189,202,223)
#CAD4E5
(202,212,229)
#D7DEEB
(215,222,235)
#E4E8F1
(228,232,241)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8EBB color. Also use rgb(111,142,187) instead hex code.

Text Font Color

.myTextColor { color: #6F8EBB; }

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

This text font color is #6F8EBB.

Background Color

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

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

This div background color is #6F8EBB.

Border color

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

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

This div border color is #6F8EBB.

Opacity

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

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

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

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

This text has shadow with #6F8EBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8EBB.

Preview

Color preview on black background

This text has color #6F8EBB on black background.


Color preview on white background

This text has color #6F8EBB on white background.


Black color preview on #6F8EBB background

This text has black color on #6F8EBB background.


White color preview on #6F8EBB background

This text has white color on #6F8EBB background.


Related colors

Complementary color

Complementary color for #hex is #907144.


I love getcolorcode.com

Triadic colors

1 #BB6F8E and #8EBB6F with #6F8EBB are triadic colors.

2 #BB8E6F and #8E6FBB with #6F8EBB are triadic colors.