COLOR #688B9A

HEX: #688B9A
RGB: (104,139,154)

Color info

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

RGB color model

#688B9A color RGB value is (104,139,154).

  • red value is 104;
  • green value is 139;
  • blue value is 154.
RGB:
(104,139,154)
(41%,55%,60%)

RGB channels and saturation

R 104 of 255 = 41%
G 139 of 255 = 55%
B 154 of 255 = 60%

104
139
154

R + G + B ~ 52%. #688B9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 139 + 154 = 397 (100%)
R 104 of 397 ~ 26.2%
G 139 of 397 ~ 35.01%
B 154 of 397 ~ 38.79%

%26.2
%35.01
%38.79

CMYK color model

#688B9A color CMYK value is (32,10,0,40).

  • cyan value is 32.47%
  • magenta value is 9.74%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(32,10,0,40)
C32M10Y0K40 
(32%,10%,0%,40%)
(0.32/0.10/0.00/0.40)	

CMYK percentages

%32.47
%9.74
%0
%39.61

Codes

Color #688B9A in popluar color models

688B9A
RGB104139154
HSL198°19.84%50.59%
HSB/HSV198°32.47%60.39%
CMYK32.47%9.74%0.00%
39.61%

Color #688B9A in popluar number systems.

HEX688B9A
Decimal104139154
Binary11010001000101110011010
Octal150213232

Shades and tints

Shades of #688B9A

#688B9A
(104,139,154)
#5F7F8C
(95,127,140)
#56737E
(86,115,126)
#4D6770
(77,103,112)
#445B62
(68,91,98)
#3B4F54
(59,79,84)
#324346
(50,67,70)
#293738
(41,55,56)
#202B2A
(32,43,42)
#171F1C
(23,31,28)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #688B9A

#688B9A
(104,139,154)
#7595A3
(117,149,163)
#829FAC
(130,159,172)
#8FA9B5
(143,169,181)
#9CB3BE
(156,179,190)
#A9BDC7
(169,189,199)
#B6C7D0
(182,199,208)
#C3D1D9
(195,209,217)
#D0DBE2
(208,219,226)
#DDE5EB
(221,229,235)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688B9A color. Also use rgb(104,139,154) instead hex code.

Text Font Color

.myTextColor { color: #688B9A; }

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

This text font color is #688B9A.


Background Color

.myBgColor { background-color: #688B9A; }

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

This div background color is #688B9A.


Border color

.myBorderColor { border: 1px solid #688B9A; }

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

This div border color is #688B9A.


Opacity

.myOpacity80 { color: #688B9A; opacity: 0.8; }

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

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

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

This text has shadow with #688B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688B9A on black background.


Color preview on white background

This text has color #688B9A on white background.



Black color preview on #688B9A background

This text has black color on #688B9A background.


White color preview on #688B9A background

This text has white color on #688B9A background.