COLOR #687C99

HEX: #687C99 RGB: (104,124,153)

Color info

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

RGB color model

#687C99 color RGB value is (104,124,153).

RGB: (104,124,153) (41%, 49%, 60%)

RGB channels and saturation

R 104 of 255 = 41%
G 124 of 255 = 49%
B 153 of 255 = 60%

104
124
153

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

Portions of RGB colors in percentages

R + G + B = 104 + 124 + 153 = 381 (100%)
R 104 of 381 ~ 27.3%
G 124 of 381 ~ 32.55%
B 153 of 381 ~ 40.16'%

%27.3
%32.55
%40.16

CMYK color model

#687C99 color CMYK value is (32,19,0,40).

  • cyan value is 32.03%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (32,19,0,40)
C32M19Y0K40 (32%, 19%, 0%, 40%)
(0.32 / 0.19 / 0.00 / 0.40)

CMYK percentages

%32.03
%18.95
%0
%40

Codes

Color #687C99 in popluar color models

68 7C 99
RGB 104 124 153
HSL 216° 19.37% 50.39%
HSB/HSV 216° 32.03% 60.00%
CMYK 32.03% 18.95% 0.00%
40.00%

Color #687C99 in popluar number systems.

HEX 68 7C 99
Decimal 104 124 153
Binary 1101000 1111100 10011001
Octal 150 174 231

Shades and tints

Shades of #687C99

#687C99
(104,124,153)
#5F718C
(95,113,140)
#56667F
(86,102,127)
#4D5B72
(77,91,114)
#445065
(68,80,101)
#3B4558
(59,69,88)
#323A4B
(50,58,75)
#292F3E
(41,47,62)
#202431
(32,36,49)
#171924
(23,25,36)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #687C99

#687C99
(104,124,153)
#7587A2
(117,135,162)
#8292AB
(130,146,171)
#8F9DB4
(143,157,180)
#9CA8BD
(156,168,189)
#A9B3C6
(169,179,198)
#B6BECF
(182,190,207)
#C3C9D8
(195,201,216)
#D0D4E1
(208,212,225)
#DDDFEA
(221,223,234)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687C99 color. Also use rgb(104,124,153) instead hex code.

Text Font Color

.myTextColor { color: #687C99; }

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

This text font color is #687C99.

Background Color

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

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

This div background color is #687C99.

Border color

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

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

This div border color is #687C99.

Opacity

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

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

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

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

This text has shadow with #687C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #687C99.

Preview

Color preview on black background

This text has color #687C99 on black background.


Color preview on white background

This text has color #687C99 on white background.


Black color preview on #687C99 background

This text has black color on #687C99 background.


White color preview on #687C99 background

This text has white color on #687C99 background.


Related colors

Complementary color

Complementary color for #hex is #978366.


I love getcolorcode.com

Triadic colors

1 #99687C and #7C9968 with #687C99 are triadic colors.

2 #997C68 and #7C6899 with #687C99 are triadic colors.