COLOR #6B7987

HEX: #6B7987 RGB: (107,121,135)

Color info

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

RGB color model

#6B7987 color RGB value is (107,121,135).

RGB: (107,121,135) (42%, 47%, 53%)

RGB channels and saturation

R 107 of 255 = 42%
G 121 of 255 = 47%
B 135 of 255 = 53%

107
121
135

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

Portions of RGB colors in percentages

R + G + B = 107 + 121 + 135 = 363 (100%)
R 107 of 363 ~ 29.48%
G 121 of 363 ~ 33.33%
B 135 of 363 ~ 37.19'%

%29.48
%33.33
%37.19

CMYK color model

#6B7987 color CMYK value is (21,10,0,47).

  • cyan value is 20.74%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (21,10,0,47)
C21M10Y0K47 (21%, 10%, 0%, 47%)
(0.21 / 0.10 / 0.00 / 0.47)

CMYK percentages

%20.74
%10.37
%0
%47.06

Codes

Color #6B7987 in popluar color models

6B 79 87
RGB 107 121 135
HSL 210° 11.57% 47.45%
HSB/HSV 210° 20.74% 52.94%
CMYK 20.74% 10.37% 0.00%
47.06%

Color #6B7987 in popluar number systems.

HEX 6B 79 87
Decimal 107 121 135
Binary 1101011 1111001 10000111
Octal 153 171 207

Shades and tints

Shades of #6B7987

#6B7987
(107,121,135)
#626E7B
(98,110,123)
#59636F
(89,99,111)
#505863
(80,88,99)
#474D57
(71,77,87)
#3E424B
(62,66,75)
#35373F
(53,55,63)
#2C2C33
(44,44,51)
#232127
(35,33,39)
#1A161B
(26,22,27)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #6B7987

#6B7987
(107,121,135)
#788591
(120,133,145)
#85919B
(133,145,155)
#929DA5
(146,157,165)
#9FA9AF
(159,169,175)
#ACB5B9
(172,181,185)
#B9C1C3
(185,193,195)
#C6CDCD
(198,205,205)
#D3D9D7
(211,217,215)
#E0E5E1
(224,229,225)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7987; }

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

This text font color is #6B7987.

Background Color

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

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

This div background color is #6B7987.

Border color

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

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

This div border color is #6B7987.

Opacity

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

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

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

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

This text has shadow with #6B7987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7987.

Preview

Color preview on black background

This text has color #6B7987 on black background.


Color preview on white background

This text has color #6B7987 on white background.


Black color preview on #6B7987 background

This text has black color on #6B7987 background.


White color preview on #6B7987 background

This text has white color on #6B7987 background.


Related colors

Complementary color

Complementary color for #hex is #948678.


I love getcolorcode.com

Triadic colors

1 #876B79 and #79876B with #6B7987 are triadic colors.

2 #87796B and #796B87 with #6B7987 are triadic colors.