COLOR #6F87BD

HEX: #6F87BD
RGB: (111,135,189)

Color info

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

RGB color model

#6F87BD color RGB value is (111,135,189).

  • red value is 111;
  • green value is 135;
  • blue value is 189.
RGB:
(111,135,189)
(44%,53%,74%)

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 189 of 255 = 74%

111
135
189

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

Portions of RGB colors in percentages

R + G + B =
111 + 135 + 189 = 435 (100%)
R 111 of 435 ~ 25.52%
G 135 of 435 ~ 31.03%
B 189 of 435 ~ 43.45%

%25.52
%31.03
%43.45

CMYK color model

#6F87BD color CMYK value is (41,29,0,26).

  • cyan value is 41.27%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(41,29,0,26)
C41M29Y0K26 
(41%,29%,0%,26%)
(0.41/0.29/0.00/0.26)	

CMYK percentages

%41.27
%28.57
%0
%25.88

Codes

Color #6F87BD in popluar color models

6F87BD
RGB111135189
HSL222°37.14%58.82%
HSB/HSV222°41.27%74.12%
CMYK41.27%28.57%0.00%
25.88%

Color #6F87BD in popluar number systems.

HEX6F87BD
Decimal111135189
Binary11011111000011110111101
Octal157207275

Shades and tints

Shades of #6F87BD

#6F87BD
(111,135,189)
#657BAC
(101,123,172)
#5B6F9B
(91,111,155)
#51638A
(81,99,138)
#475779
(71,87,121)
#3D4B68
(61,75,104)
#333F57
(51,63,87)
#293346
(41,51,70)
#1F2735
(31,39,53)
#151B24
(21,27,36)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #6F87BD

#6F87BD
(111,135,189)
#7C91C3
(124,145,195)
#899BC9
(137,155,201)
#96A5CF
(150,165,207)
#A3AFD5
(163,175,213)
#B0B9DB
(176,185,219)
#BDC3E1
(189,195,225)
#CACDE7
(202,205,231)
#D7D7ED
(215,215,237)
#E4E1F3
(228,225,243)
#F1EBF9
(241,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F87BD color. Also use rgb(111,135,189) instead hex code.

Text Font Color

.myTextColor { color: #6F87BD; }

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

This text font color is #6F87BD.


Background Color

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

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

This div background color is #6F87BD.


Border color

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

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

This div border color is #6F87BD.


Opacity

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

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

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

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

This text has shadow with #6F87BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F87BD on black background.


Color preview on white background

This text has color #6F87BD on white background.



Black color preview on #6F87BD background

This text has black color on #6F87BD background.


White color preview on #6F87BD background

This text has white color on #6F87BD background.