COLOR #687185

HEX: #687185
RGB: (104,113,133)

Color info

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

RGB color model

#687185 color RGB value is (104,113,133).

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

RGB channels and saturation

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

104
113
133

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

Portions of RGB colors in percentages

R + G + B =
104 + 113 + 133 = 350 (100%)
R 104 of 350 ~ 29.71%
G 113 of 350 ~ 32.29%
B 133 of 350 ~ 38%

%29.71
%32.29
%38

CMYK color model

#687185 color CMYK value is (22,15,0,48).

  • cyan value is 21.80%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(22,15,0,48)
C22M15Y0K48 
(22%,15%,0%,48%)
(0.22/0.15/0.00/0.48)	

CMYK percentages

%21.8
%15.04
%0
%47.84

Codes

Color #687185 in popluar color models

687185
RGB104113133
HSL221°12.24%46.47%
HSB/HSV221°21.80%52.16%
CMYK21.80%15.04%0.00%
47.84%

Color #687185 in popluar number systems.

HEX687185
Decimal104113133
Binary1101000111000110000101
Octal150161205

Shades and tints

Shades of #687185

#687185
(104,113,133)
#5F6779
(95,103,121)
#565D6D
(86,93,109)
#4D5361
(77,83,97)
#444955
(68,73,85)
#3B3F49
(59,63,73)
#32353D
(50,53,61)
#292B31
(41,43,49)
#202125
(32,33,37)
#171719
(23,23,25)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #687185

#687185
(104,113,133)
#757D90
(117,125,144)
#82899B
(130,137,155)
#8F95A6
(143,149,166)
#9CA1B1
(156,161,177)
#A9ADBC
(169,173,188)
#B6B9C7
(182,185,199)
#C3C5D2
(195,197,210)
#D0D1DD
(208,209,221)
#DDDDE8
(221,221,232)
#EAE9F3
(234,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687185; }

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

This text font color is #687185.


Background Color

.myBgColor { background-color: #687185; }

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

This div background color is #687185.


Border color

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

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

This div border color is #687185.


Opacity

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

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

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

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

This text has shadow with #687185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687185 on black background.


Color preview on white background

This text has color #687185 on white background.



Black color preview on #687185 background

This text has black color on #687185 background.


White color preview on #687185 background

This text has white color on #687185 background.