COLOR #6F7987

HEX: #6F7987
RGB: (111,121,135)

Color info

#6F7987 contains red, green and blue colors in about the same proportion. Web safe color of #6F7987 is #666699 (or #669).

RGB color model

#6F7987 color RGB value is (111,121,135).

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

RGB channels and saturation

R 111 of 255 = 44%
G 121 of 255 = 47%
B 135 of 255 = 53%

111
121
135

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

Portions of RGB colors in percentages

R + G + B =
111 + 121 + 135 = 367 (100%)
R 111 of 367 ~ 30.25%
G 121 of 367 ~ 32.97%
B 135 of 367 ~ 36.78%

%30.25
%32.97
%36.78

CMYK color model

#6F7987 color CMYK value is (18,10,0,47).

  • cyan value is 17.78%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(18,10,0,47)
C18M10Y0K47 
(18%,10%,0%,47%)
(0.18/0.10/0.00/0.47)	

CMYK percentages

%17.78
%10.37
%0
%47.06

Codes

Color #6F7987 in popluar color models

6F7987
RGB111121135
HSL215°9.76%48.24%
HSB/HSV215°17.78%52.94%
CMYK17.78%10.37%0.00%
47.06%

Color #6F7987 in popluar number systems.

HEX6F7987
Decimal111121135
Binary1101111111100110000111
Octal157171207

Shades and tints

Shades of #6F7987

#6F7987
(111,121,135)
#656E7B
(101,110,123)
#5B636F
(91,99,111)
#515863
(81,88,99)
#474D57
(71,77,87)
#3D424B
(61,66,75)
#33373F
(51,55,63)
#292C33
(41,44,51)
#1F2127
(31,33,39)
#15161B
(21,22,27)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #6F7987

#6F7987
(111,121,135)
#7C8591
(124,133,145)
#89919B
(137,145,155)
#969DA5
(150,157,165)
#A3A9AF
(163,169,175)
#B0B5B9
(176,181,185)
#BDC1C3
(189,193,195)
#CACDCD
(202,205,205)
#D7D9D7
(215,217,215)
#E4E5E1
(228,229,225)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7987; }

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

This text font color is #6F7987.


Background Color

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

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

This div background color is #6F7987.


Border color

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

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

This div border color is #6F7987.


Opacity

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

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

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

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

This text has shadow with #6F7987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7987 on black background.


Color preview on white background

This text has color #6F7987 on white background.



Black color preview on #6F7987 background

This text has black color on #6F7987 background.


White color preview on #6F7987 background

This text has white color on #6F7987 background.