COLOR #687A92

HEX: #687A92
RGB: (104,122,146)

Color info

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

RGB color model

#687A92 color RGB value is (104,122,146).

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

RGB channels and saturation

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

104
122
146

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

Portions of RGB colors in percentages

R + G + B =
104 + 122 + 146 = 372 (100%)
R 104 of 372 ~ 27.96%
G 122 of 372 ~ 32.8%
B 146 of 372 ~ 39.25%

%27.96
%32.8
%39.25

CMYK color model

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

  • cyan value is 28.77%
  • magenta value is 16.44%
  • 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
%16.44
%0
%42.75

Codes

Color #687A92 in popluar color models

687A92
RGB104122146
HSL214°16.80%49.02%
HSB/HSV214°28.77%57.25%
CMYK28.77%16.44%0.00%
42.75%

Color #687A92 in popluar number systems.

HEX687A92
Decimal104122146
Binary1101000111101010010010
Octal150172222

Shades and tints

Shades of #687A92

#687A92
(104,122,146)
#5F6F85
(95,111,133)
#566478
(86,100,120)
#4D596B
(77,89,107)
#444E5E
(68,78,94)
#3B4351
(59,67,81)
#323844
(50,56,68)
#292D37
(41,45,55)
#20222A
(32,34,42)
#17171D
(23,23,29)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #687A92

#687A92
(104,122,146)
#75869B
(117,134,155)
#8292A4
(130,146,164)
#8F9EAD
(143,158,173)
#9CAAB6
(156,170,182)
#A9B6BF
(169,182,191)
#B6C2C8
(182,194,200)
#C3CED1
(195,206,209)
#D0DADA
(208,218,218)
#DDE6E3
(221,230,227)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687A92; }

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

This text font color is #687A92.


Background Color

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

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

This div background color is #687A92.


Border color

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

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

This div border color is #687A92.


Opacity

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

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

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

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

This text has shadow with #687A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687A92 on black background.


Color preview on white background

This text has color #687A92 on white background.



Black color preview on #687A92 background

This text has black color on #687A92 background.


White color preview on #687A92 background

This text has white color on #687A92 background.