COLOR #688C99

HEX: #688C99 RGB: (104,140,153)

Color info

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

RGB color model

#688C99 color RGB value is (104,140,153).

RGB: (104,140,153) (41%, 55%, 60%)

RGB channels and saturation

R 104 of 255 = 41%
G 140 of 255 = 55%
B 153 of 255 = 60%

104
140
153

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

Portions of RGB colors in percentages

R + G + B = 104 + 140 + 153 = 397 (100%)
R 104 of 397 ~ 26.2%
G 140 of 397 ~ 35.26%
B 153 of 397 ~ 38.54'%

%26.2
%35.26
%38.54

CMYK color model

#688C99 color CMYK value is (32,8,0,40).

  • cyan value is 32.03%
  • magenta value is 8.50%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (32,8,0,40)
C32M8Y0K40 (32%, 8%, 0%, 40%)
(0.32 / 0.08 / 0.00 / 0.40)

CMYK percentages

%32.03
%8.5
%0
%40

Codes

Color #688C99 in popluar color models

68 8C 99
RGB 104 140 153
HSL 196° 19.37% 50.39%
HSB/HSV 196° 32.03% 60.00%
CMYK 32.03% 8.50% 0.00%
40.00%

Color #688C99 in popluar number systems.

HEX 68 8C 99
Decimal 104 140 153
Binary 1101000 10001100 10011001
Octal 150 214 231

Shades and tints

Shades of #688C99

#688C99
(104,140,153)
#5F808C
(95,128,140)
#56747F
(86,116,127)
#4D6872
(77,104,114)
#445C65
(68,92,101)
#3B5058
(59,80,88)
#32444B
(50,68,75)
#29383E
(41,56,62)
#202C31
(32,44,49)
#172024
(23,32,36)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #688C99

#688C99
(104,140,153)
#7596A2
(117,150,162)
#82A0AB
(130,160,171)
#8FAAB4
(143,170,180)
#9CB4BD
(156,180,189)
#A9BEC6
(169,190,198)
#B6C8CF
(182,200,207)
#C3D2D8
(195,210,216)
#D0DCE1
(208,220,225)
#DDE6EA
(221,230,234)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688C99 color. Also use rgb(104,140,153) instead hex code.

Text Font Color

.myTextColor { color: #688C99; }

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

This text font color is #688C99.

Background Color

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

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

This div background color is #688C99.

Border color

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

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

This div border color is #688C99.

Opacity

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

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

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

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

This text has shadow with #688C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #688C99.

Preview

Color preview on black background

This text has color #688C99 on black background.


Color preview on white background

This text has color #688C99 on white background.


Black color preview on #688C99 background

This text has black color on #688C99 background.


White color preview on #688C99 background

This text has white color on #688C99 background.


Related colors

Complementary color

Complementary color for #hex is #977366.


I love getcolorcode.com

Triadic colors

1 #99688C and #8C9968 with #688C99 are triadic colors.

2 #998C68 and #8C6899 with #688C99 are triadic colors.