COLOR #6F8CB2

HEX: #6F8CB2
RGB: (111,140,178)

Color info

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

RGB color model

#6F8CB2 color RGB value is (111,140,178).

  • red value is 111;
  • green value is 140;
  • blue value is 178.
RGB:
(111,140,178)
(44%,55%,70%)

RGB channels and saturation

R 111 of 255 = 44%
G 140 of 255 = 55%
B 178 of 255 = 70%

111
140
178

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

Portions of RGB colors in percentages

R + G + B =
111 + 140 + 178 = 429 (100%)
R 111 of 429 ~ 25.87%
G 140 of 429 ~ 32.63%
B 178 of 429 ~ 41.49%

%25.87
%32.63
%41.49

CMYK color model

#6F8CB2 color CMYK value is (38,21,0,30).

  • cyan value is 37.64%
  • magenta value is 21.35%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(38,21,0,30)
C38M21Y0K30 
(38%,21%,0%,30%)
(0.38/0.21/0.00/0.30)	

CMYK percentages

%37.64
%21.35
%0
%30.2

Codes

Color #6F8CB2 in popluar color models

6F8CB2
RGB111140178
HSL214°30.32%56.67%
HSB/HSV214°37.64%69.80%
CMYK37.64%21.35%0.00%
30.20%

Color #6F8CB2 in popluar number systems.

HEX6F8CB2
Decimal111140178
Binary11011111000110010110010
Octal157214262

Shades and tints

Shades of #6F8CB2

#6F8CB2
(111,140,178)
#6580A2
(101,128,162)
#5B7492
(91,116,146)
#516882
(81,104,130)
#475C72
(71,92,114)
#3D5062
(61,80,98)
#334452
(51,68,82)
#293842
(41,56,66)
#1F2C32
(31,44,50)
#152022
(21,32,34)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #6F8CB2

#6F8CB2
(111,140,178)
#7C96B9
(124,150,185)
#89A0C0
(137,160,192)
#96AAC7
(150,170,199)
#A3B4CE
(163,180,206)
#B0BED5
(176,190,213)
#BDC8DC
(189,200,220)
#CAD2E3
(202,210,227)
#D7DCEA
(215,220,234)
#E4E6F1
(228,230,241)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8CB2; }

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

This text font color is #6F8CB2.


Background Color

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

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

This div background color is #6F8CB2.


Border color

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

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

This div border color is #6F8CB2.


Opacity

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

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

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

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

This text has shadow with #6F8CB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8CB2 on black background.


Color preview on white background

This text has color #6F8CB2 on white background.



Black color preview on #6F8CB2 background

This text has black color on #6F8CB2 background.


White color preview on #6F8CB2 background

This text has white color on #6F8CB2 background.