COLOR #6F8CB0

HEX: #6F8CB0 RGB: (111,140,176)

Color info

#6F8CB0 contains mainly green and blue colors. Web safe color of #6F8CB0 is #669999 (or #699).

RGB color model

#6F8CB0 color RGB value is (111,140,176).

RGB: (111,140,176) (44%, 55%, 69%)

RGB channels and saturation

R 111 of 255 = 44%
G 140 of 255 = 55%
B 176 of 255 = 69%

111
140
176

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

Portions of RGB colors in percentages

R + G + B = 111 + 140 + 176 = 427 (100%)
R 111 of 427 ~ 26%
G 140 of 427 ~ 32.79%
B 176 of 427 ~ 41.22'%

%26
%32.79
%41.22

CMYK color model

#6F8CB0 color CMYK value is (37,20,0,31).

  • cyan value is 36.93%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (37,20,0,31) C37M20Y0K31 (37%,20%,0%,31%) (0.37/0.20/0.00/0.31) 

CMYK percentages

%36.93
%20.45
%0
%30.98

Codes

Color #6F8CB0 in popluar color models

6F 8C B0
RGB 111 140 176
HSL 213° 29.15% 56.27%
HSB/HSV 213° 36.93% 69.02%
CMYK 36.93% 20.45% 0.00%
30.98%

Color #6F8CB0 in popluar number systems.

HEX 6F 8C B0
Decimal 111 140 176
Binary 1101111 10001100 10110000
Octal 157 214 260

Shades and tints

Shades of #6F8CB0

#6F8CB0
(111,140,176)
#6580A0
(101,128,160)
#5B7490
(91,116,144)
#516880
(81,104,128)
#475C70
(71,92,112)
#3D5060
(61,80,96)
#334450
(51,68,80)
#293840
(41,56,64)
#1F2C30
(31,44,48)
#152020
(21,32,32)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #6F8CB0

#6F8CB0
(111,140,176)
#7C96B7
(124,150,183)
#89A0BE
(137,160,190)
#96AAC5
(150,170,197)
#A3B4CC
(163,180,204)
#B0BED3
(176,190,211)
#BDC8DA
(189,200,218)
#CAD2E1
(202,210,225)
#D7DCE8
(215,220,232)
#E4E6EF
(228,230,239)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8CB0 color. Also use rgb(111,140,176) instead hex code.

Text Font Color

.myTextColor { color: #6F8CB0; }

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

This text font color is #6F8CB0.

Background Color

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

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

This div background color is #6F8CB0.

Border color

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

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

This div border color is #6F8CB0.

Opacity

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

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

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

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

This text has shadow with #6F8CB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8CB0.

Preview

Color preview on black background

This text has color #6F8CB0 on black background.


Color preview on white background

This text has color #6F8CB0 on white background.


Black color preview on #6F8CB0 background

This text has black color on #6F8CB0 background.


White color preview on #6F8CB0 background

This text has white color on #6F8CB0 background.


Related colors

Complementary color

Complementary color for #hex is #90734F.


I love getcolorcode.com

Triadic colors

1 #B06F8C and #8CB06F with #6F8CB0 are triadic colors.

2 #B08C6F and #8C6FB0 with #6F8CB0 are triadic colors.