COLOR #687088

HEX: #687088
RGB: (104,112,136)

Color info

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

RGB color model

#687088 color RGB value is (104,112,136).

  • red value is 104;
  • green value is 112;
  • blue value is 136.
RGB:
(104,112,136)
(41%,44%,53%)

RGB channels and saturation

R 104 of 255 = 41%
G 112 of 255 = 44%
B 136 of 255 = 53%

104
112
136

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

Portions of RGB colors in percentages

R + G + B =
104 + 112 + 136 = 352 (100%)
R 104 of 352 ~ 29.55%
G 112 of 352 ~ 31.82%
B 136 of 352 ~ 38.64%

%29.55
%31.82
%38.64

CMYK color model

#687088 color CMYK value is (24,18,0,47).

  • cyan value is 23.53%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,18,0,47)
C24M18Y0K47 
(24%,18%,0%,47%)
(0.24/0.18/0.00/0.47)	

CMYK percentages

%23.53
%17.65
%0
%46.67

Codes

Color #687088 in popluar color models

687088
RGB104112136
HSL225°13.33%47.06%
HSB/HSV225°23.53%53.33%
CMYK23.53%17.65%0.00%
46.67%

Color #687088 in popluar number systems.

HEX687088
Decimal104112136
Binary1101000111000010001000
Octal150160210

Shades and tints

Shades of #687088

#687088
(104,112,136)
#5F667C
(95,102,124)
#565C70
(86,92,112)
#4D5264
(77,82,100)
#444858
(68,72,88)
#3B3E4C
(59,62,76)
#323440
(50,52,64)
#292A34
(41,42,52)
#202028
(32,32,40)
#17161C
(23,22,28)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #687088

#687088
(104,112,136)
#757D92
(117,125,146)
#828A9C
(130,138,156)
#8F97A6
(143,151,166)
#9CA4B0
(156,164,176)
#A9B1BA
(169,177,186)
#B6BEC4
(182,190,196)
#C3CBCE
(195,203,206)
#D0D8D8
(208,216,216)
#DDE5E2
(221,229,226)
#EAF2EC
(234,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687088 color. Also use rgb(104,112,136) instead hex code.

Text Font Color

.myTextColor { color: #687088; }

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

This text font color is #687088.


Background Color

.myBgColor { background-color: #687088; }

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

This div background color is #687088.


Border color

.myBorderColor { border: 1px solid #687088; }

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

This div border color is #687088.


Opacity

.myOpacity80 { color: #687088; opacity: 0.8; }

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

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

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

This text has shadow with #687088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687088 on black background.


Color preview on white background

This text has color #687088 on white background.



Black color preview on #687088 background

This text has black color on #687088 background.


White color preview on #687088 background

This text has white color on #687088 background.