COLOR #687085

HEX: #687085
RGB: (104,112,133)

Color info

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

RGB color model

#687085 color RGB value is (104,112,133).

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

RGB channels and saturation

R 104 of 255 = 41%
G 112 of 255 = 44%
B 133 of 255 = 52%

104
112
133

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

Portions of RGB colors in percentages

R + G + B =
104 + 112 + 133 = 349 (100%)
R 104 of 349 ~ 29.8%
G 112 of 349 ~ 32.09%
B 133 of 349 ~ 38.11%

%29.8
%32.09
%38.11

CMYK color model

#687085 color CMYK value is (22,16,0,48).

  • cyan value is 21.80%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(22,16,0,48)
C22M16Y0K48 
(22%,16%,0%,48%)
(0.22/0.16/0.00/0.48)	

CMYK percentages

%21.8
%15.79
%0
%47.84

Codes

Color #687085 in popluar color models

687085
RGB104112133
HSL223°12.24%46.47%
HSB/HSV223°21.80%52.16%
CMYK21.80%15.79%0.00%
47.84%

Color #687085 in popluar number systems.

HEX687085
Decimal104112133
Binary1101000111000010000101
Octal150160205

Shades and tints

Shades of #687085

#687085
(104,112,133)
#5F6679
(95,102,121)
#565C6D
(86,92,109)
#4D5261
(77,82,97)
#444855
(68,72,85)
#3B3E49
(59,62,73)
#32343D
(50,52,61)
#292A31
(41,42,49)
#202025
(32,32,37)
#171619
(23,22,25)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #687085

#687085
(104,112,133)
#757D90
(117,125,144)
#828A9B
(130,138,155)
#8F97A6
(143,151,166)
#9CA4B1
(156,164,177)
#A9B1BC
(169,177,188)
#B6BEC7
(182,190,199)
#C3CBD2
(195,203,210)
#D0D8DD
(208,216,221)
#DDE5E8
(221,229,232)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687085; }

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

This text font color is #687085.


Background Color

.myBgColor { background-color: #687085; }

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

This div background color is #687085.


Border color

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

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

This div border color is #687085.


Opacity

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

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

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

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

This text has shadow with #687085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687085 on black background.


Color preview on white background

This text has color #687085 on white background.



Black color preview on #687085 background

This text has black color on #687085 background.


White color preview on #687085 background

This text has white color on #687085 background.