COLOR #688490

HEX: #688490
RGB: (104,132,144)

Color info

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

RGB color model

#688490 color RGB value is (104,132,144).

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

RGB channels and saturation

R 104 of 255 = 41%
G 132 of 255 = 52%
B 144 of 255 = 56%

104
132
144

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

Portions of RGB colors in percentages

R + G + B =
104 + 132 + 144 = 380 (100%)
R 104 of 380 ~ 27.37%
G 132 of 380 ~ 34.74%
B 144 of 380 ~ 37.89%

%27.37
%34.74
%37.89

CMYK color model

#688490 color CMYK value is (28,8,0,44).

  • cyan value is 27.78%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(28,8,0,44)
C28M8Y0K44 
(28%,8%,0%,44%)
(0.28/0.08/0.00/0.44)	

CMYK percentages

%27.78
%8.33
%0
%43.53

Codes

Color #688490 in popluar color models

688490
RGB104132144
HSL198°16.13%48.63%
HSB/HSV198°27.78%56.47%
CMYK27.78%8.33%0.00%
43.53%

Color #688490 in popluar number systems.

HEX688490
Decimal104132144
Binary11010001000010010010000
Octal150204220

Shades and tints

Shades of #688490

#688490
(104,132,144)
#5F7883
(95,120,131)
#566C76
(86,108,118)
#4D6069
(77,96,105)
#44545C
(68,84,92)
#3B484F
(59,72,79)
#323C42
(50,60,66)
#293035
(41,48,53)
#202428
(32,36,40)
#17181B
(23,24,27)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #688490

#688490
(104,132,144)
#758F9A
(117,143,154)
#829AA4
(130,154,164)
#8FA5AE
(143,165,174)
#9CB0B8
(156,176,184)
#A9BBC2
(169,187,194)
#B6C6CC
(182,198,204)
#C3D1D6
(195,209,214)
#D0DCE0
(208,220,224)
#DDE7EA
(221,231,234)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688490; }

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

This text font color is #688490.


Background Color

.myBgColor { background-color: #688490; }

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

This div background color is #688490.


Border color

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

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

This div border color is #688490.


Opacity

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

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

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

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

This text has shadow with #688490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688490 on black background.


Color preview on white background

This text has color #688490 on white background.



Black color preview on #688490 background

This text has black color on #688490 background.


White color preview on #688490 background

This text has white color on #688490 background.