COLOR #6F8BBE

HEX: #6F8BBE
RGB: (111,139,190)

Color info

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

RGB color model

#6F8BBE color RGB value is (111,139,190).

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

RGB channels and saturation

R 111 of 255 = 44%
G 139 of 255 = 55%
B 190 of 255 = 75%

111
139
190

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

Portions of RGB colors in percentages

R + G + B =
111 + 139 + 190 = 440 (100%)
R 111 of 440 ~ 25.23%
G 139 of 440 ~ 31.59%
B 190 of 440 ~ 43.18%

%25.23
%31.59
%43.18

CMYK color model

#6F8BBE color CMYK value is (42,27,0,25).

  • cyan value is 41.58%
  • magenta value is 26.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(42,27,0,25)
C42M27Y0K25 
(42%,27%,0%,25%)
(0.42/0.27/0.00/0.25)	

CMYK percentages

%41.58
%26.84
%0
%25.49

Codes

Color #6F8BBE in popluar color models

6F8BBE
RGB111139190
HSL219°37.80%59.02%
HSB/HSV219°41.58%74.51%
CMYK41.58%26.84%0.00%
25.49%

Color #6F8BBE in popluar number systems.

HEX6F8BBE
Decimal111139190
Binary11011111000101110111110
Octal157213276

Shades and tints

Shades of #6F8BBE

#6F8BBE
(111,139,190)
#657FAD
(101,127,173)
#5B739C
(91,115,156)
#51678B
(81,103,139)
#475B7A
(71,91,122)
#3D4F69
(61,79,105)
#334358
(51,67,88)
#293747
(41,55,71)
#1F2B36
(31,43,54)
#151F25
(21,31,37)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #6F8BBE

#6F8BBE
(111,139,190)
#7C95C3
(124,149,195)
#899FC8
(137,159,200)
#96A9CD
(150,169,205)
#A3B3D2
(163,179,210)
#B0BDD7
(176,189,215)
#BDC7DC
(189,199,220)
#CAD1E1
(202,209,225)
#D7DBE6
(215,219,230)
#E4E5EB
(228,229,235)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8BBE; }

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

This text font color is #6F8BBE.


Background Color

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

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

This div background color is #6F8BBE.


Border color

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

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

This div border color is #6F8BBE.


Opacity

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

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

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

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

This text has shadow with #6F8BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8BBE on black background.


Color preview on white background

This text has color #6F8BBE on white background.



Black color preview on #6F8BBE background

This text has black color on #6F8BBE background.


White color preview on #6F8BBE background

This text has white color on #6F8BBE background.