COLOR #6B7187

HEX: #6B7187
RGB: (107,113,135)

Color info

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

RGB color model

#6B7187 color RGB value is (107,113,135).

  • red value is 107;
  • green value is 113;
  • blue value is 135.
RGB:
(107,113,135)
(42%,44%,53%)

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 135 of 255 = 53%

107
113
135

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

Portions of RGB colors in percentages

R + G + B =
107 + 113 + 135 = 355 (100%)
R 107 of 355 ~ 30.14%
G 113 of 355 ~ 31.83%
B 135 of 355 ~ 38.03%

%30.14
%31.83
%38.03

CMYK color model

#6B7187 color CMYK value is (21,16,0,47).

  • cyan value is 20.74%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(21,16,0,47)
C21M16Y0K47 
(21%,16%,0%,47%)
(0.21/0.16/0.00/0.47)	

CMYK percentages

%20.74
%16.3
%0
%47.06

Codes

Color #6B7187 in popluar color models

6B7187
RGB107113135
HSL227°11.57%47.45%
HSB/HSV227°20.74%52.94%
CMYK20.74%16.30%0.00%
47.06%

Color #6B7187 in popluar number systems.

HEX6B7187
Decimal107113135
Binary1101011111000110000111
Octal153161207

Shades and tints

Shades of #6B7187

#6B7187
(107,113,135)
#62677B
(98,103,123)
#595D6F
(89,93,111)
#505363
(80,83,99)
#474957
(71,73,87)
#3E3F4B
(62,63,75)
#35353F
(53,53,63)
#2C2B33
(44,43,51)
#232127
(35,33,39)
#1A171B
(26,23,27)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #6B7187

#6B7187
(107,113,135)
#787D91
(120,125,145)
#85899B
(133,137,155)
#9295A5
(146,149,165)
#9FA1AF
(159,161,175)
#ACADB9
(172,173,185)
#B9B9C3
(185,185,195)
#C6C5CD
(198,197,205)
#D3D1D7
(211,209,215)
#E0DDE1
(224,221,225)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7187; }

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

This text font color is #6B7187.


Background Color

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

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

This div background color is #6B7187.


Border color

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

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

This div border color is #6B7187.


Opacity

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

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

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

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

This text has shadow with #6B7187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7187 on black background.


Color preview on white background

This text has color #6B7187 on white background.



Black color preview on #6B7187 background

This text has black color on #6B7187 background.


White color preview on #6B7187 background

This text has white color on #6B7187 background.