COLOR #688497

HEX: #688497
RGB: (104,132,151)

Color info

#688497 contains red, green and blue colors in about the same proportion. Web safe color of #688497 is #669999 (or #699).

RGB color model

#688497 color RGB value is (104,132,151).

  • red value is 104;
  • green value is 132;
  • blue value is 151.
RGB:
(104,132,151)
(41%,52%,59%)

RGB channels and saturation

R 104 of 255 = 41%
G 132 of 255 = 52%
B 151 of 255 = 59%

104
132
151

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

Portions of RGB colors in percentages

R + G + B =
104 + 132 + 151 = 387 (100%)
R 104 of 387 ~ 26.87%
G 132 of 387 ~ 34.11%
B 151 of 387 ~ 39.02%

%26.87
%34.11
%39.02

CMYK color model

#688497 color CMYK value is (31,13,0,41).

  • cyan value is 31.13%
  • magenta value is 12.58%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(31,13,0,41)
C31M13Y0K41 
(31%,13%,0%,41%)
(0.31/0.13/0.00/0.41)	

CMYK percentages

%31.13
%12.58
%0
%40.78

Codes

Color #688497 in popluar color models

688497
RGB104132151
HSL204°18.43%50.00%
HSB/HSV204°31.13%59.22%
CMYK31.13%12.58%0.00%
40.78%

Color #688497 in popluar number systems.

HEX688497
Decimal104132151
Binary11010001000010010010111
Octal150204227

Shades and tints

Shades of #688497

#688497
(104,132,151)
#5F788A
(95,120,138)
#566C7D
(86,108,125)
#4D6070
(77,96,112)
#445463
(68,84,99)
#3B4856
(59,72,86)
#323C49
(50,60,73)
#29303C
(41,48,60)
#20242F
(32,36,47)
#171822
(23,24,34)
#0E0C15
(14,12,21)
#000000
(0,0,0)

Tints of #688497

#688497
(104,132,151)
#758FA0
(117,143,160)
#829AA9
(130,154,169)
#8FA5B2
(143,165,178)
#9CB0BB
(156,176,187)
#A9BBC4
(169,187,196)
#B6C6CD
(182,198,205)
#C3D1D6
(195,209,214)
#D0DCDF
(208,220,223)
#DDE7E8
(221,231,232)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688497 color. Also use rgb(104,132,151) instead hex code.

Text Font Color

.myTextColor { color: #688497; }

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

This text font color is #688497.


Background Color

.myBgColor { background-color: #688497; }

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

This div background color is #688497.


Border color

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

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

This div border color is #688497.


Opacity

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

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

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

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

This text has shadow with #688497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688497 on black background.


Color preview on white background

This text has color #688497 on white background.



Black color preview on #688497 background

This text has black color on #688497 background.


White color preview on #688497 background

This text has white color on #688497 background.