COLOR #687B92

HEX: #687B92
RGB: (104,123,146)

Color info

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

RGB color model

#687B92 color RGB value is (104,123,146).

  • red value is 104;
  • green value is 123;
  • blue value is 146.
RGB:
(104,123,146)
(41%,48%,57%)

RGB channels and saturation

R 104 of 255 = 41%
G 123 of 255 = 48%
B 146 of 255 = 57%

104
123
146

R + G + B ~ 49%. #687B92 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 123 + 146 = 373 (100%)
R 104 of 373 ~ 27.88%
G 123 of 373 ~ 32.98%
B 146 of 373 ~ 39.14%

%27.88
%32.98
%39.14

CMYK color model

#687B92 color CMYK value is (29,16,0,43).

  • cyan value is 28.77%
  • magenta value is 15.75%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(29,16,0,43)
C29M16Y0K43 
(29%,16%,0%,43%)
(0.29/0.16/0.00/0.43)	

CMYK percentages

%28.77
%15.75
%0
%42.75

Codes

Color #687B92 in popluar color models

687B92
RGB104123146
HSL213°16.80%49.02%
HSB/HSV213°28.77%57.25%
CMYK28.77%15.75%0.00%
42.75%

Color #687B92 in popluar number systems.

HEX687B92
Decimal104123146
Binary1101000111101110010010
Octal150173222

Shades and tints

Shades of #687B92

#687B92
(104,123,146)
#5F7085
(95,112,133)
#566578
(86,101,120)
#4D5A6B
(77,90,107)
#444F5E
(68,79,94)
#3B4451
(59,68,81)
#323944
(50,57,68)
#292E37
(41,46,55)
#20232A
(32,35,42)
#17181D
(23,24,29)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #687B92

#687B92
(104,123,146)
#75879B
(117,135,155)
#8293A4
(130,147,164)
#8F9FAD
(143,159,173)
#9CABB6
(156,171,182)
#A9B7BF
(169,183,191)
#B6C3C8
(182,195,200)
#C3CFD1
(195,207,209)
#D0DBDA
(208,219,218)
#DDE7E3
(221,231,227)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687B92 color. Also use rgb(104,123,146) instead hex code.

Text Font Color

.myTextColor { color: #687B92; }

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

This text font color is #687B92.


Background Color

.myBgColor { background-color: #687B92; }

<div style="background-color:#687B92">Inner text</div>

This div background color is #687B92.


Border color

.myBorderColor { border: 1px solid #687B92; }

<div style="border:3px solid #687B92">Div</div>

This div border color is #687B92.


Opacity

.myOpacity80 { color: #687B92; opacity: 0.8; }

<p style="color:#687B92;opacity:0.8;">80%</p>

Text with #687B92 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 #687B92;}

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

This text has shadow with #687B92 color.

.textShadow {text-shadow: 3px 3px 1px #687B92, 3px 3px 1px red;}

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

This text has shadow with #687B92 primary color and red secondary color.


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

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

This text has shadow with #687B92 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687B92 on black background.


Color preview on white background

This text has color #687B92 on white background.



Black color preview on #687B92 background

This text has black color on #687B92 background.


White color preview on #687B92 background

This text has white color on #687B92 background.