COLOR #6F87AB

HEX: #6F87AB
RGB: (111,135,171)

Color info

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

RGB color model

#6F87AB color RGB value is (111,135,171).

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

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 171 of 255 = 67%

111
135
171

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

Portions of RGB colors in percentages

R + G + B =
111 + 135 + 171 = 417 (100%)
R 111 of 417 ~ 26.62%
G 135 of 417 ~ 32.37%
B 171 of 417 ~ 41.01%

%26.62
%32.37
%41.01

CMYK color model

#6F87AB color CMYK value is (35,21,0,33).

  • cyan value is 35.09%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(35,21,0,33)
C35M21Y0K33 
(35%,21%,0%,33%)
(0.35/0.21/0.00/0.33)	

CMYK percentages

%35.09
%21.05
%0
%32.94

Codes

Color #6F87AB in popluar color models

6F87AB
RGB111135171
HSL216°26.32%55.29%
HSB/HSV216°35.09%67.06%
CMYK35.09%21.05%0.00%
32.94%

Color #6F87AB in popluar number systems.

HEX6F87AB
Decimal111135171
Binary11011111000011110101011
Octal157207253

Shades and tints

Shades of #6F87AB

#6F87AB
(111,135,171)
#657B9C
(101,123,156)
#5B6F8D
(91,111,141)
#51637E
(81,99,126)
#47576F
(71,87,111)
#3D4B60
(61,75,96)
#333F51
(51,63,81)
#293342
(41,51,66)
#1F2733
(31,39,51)
#151B24
(21,27,36)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #6F87AB

#6F87AB
(111,135,171)
#7C91B2
(124,145,178)
#899BB9
(137,155,185)
#96A5C0
(150,165,192)
#A3AFC7
(163,175,199)
#B0B9CE
(176,185,206)
#BDC3D5
(189,195,213)
#CACDDC
(202,205,220)
#D7D7E3
(215,215,227)
#E4E1EA
(228,225,234)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F87AB; }

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

This text font color is #6F87AB.


Background Color

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

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

This div background color is #6F87AB.


Border color

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

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

This div border color is #6F87AB.


Opacity

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

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

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

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

This text has shadow with #6F87AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F87AB on black background.


Color preview on white background

This text has color #6F87AB on white background.



Black color preview on #6F87AB background

This text has black color on #6F87AB background.


White color preview on #6F87AB background

This text has white color on #6F87AB background.