COLOR #688FB1

HEX: #688FB1 RGB: (104,143,177)

Color info

#688FB1 contains mainly green and blue colors. Web safe color of #688FB1 is #669999 (or #699).

RGB color model

#688FB1 color RGB value is (104,143,177).

RGB: (104,143,177) (41%, 56%, 69%)

RGB channels and saturation

R 104 of 255 = 41%
G 143 of 255 = 56%
B 177 of 255 = 69%

104
143
177

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

Portions of RGB colors in percentages

R + G + B = 104 + 143 + 177 = 424 (100%)
R 104 of 424 ~ 24.53%
G 143 of 424 ~ 33.73%
B 177 of 424 ~ 41.75'%

%24.53
%33.73
%41.75

CMYK color model

#688FB1 color CMYK value is (41,19,0,31).

  • cyan value is 41.24%
  • magenta value is 19.21%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (41,19,0,31)
C41M19Y0K31 (41%, 19%, 0%, 31%)
(0.41 / 0.19 / 0.00 / 0.31)

CMYK percentages

%41.24
%19.21
%0
%30.59

Codes

Color #688FB1 in popluar color models

68 8F B1
RGB 104 143 177
HSL 208° 31.88% 55.10%
HSB/HSV 208° 41.24% 69.41%
CMYK 41.24% 19.21% 0.00%
30.59%

Color #688FB1 in popluar number systems.

HEX 68 8F B1
Decimal 104 143 177
Binary 1101000 10001111 10110001
Octal 150 217 261

Shades and tints

Shades of #688FB1

#688FB1
(104,143,177)
#5F82A1
(95,130,161)
#567591
(86,117,145)
#4D6881
(77,104,129)
#445B71
(68,91,113)
#3B4E61
(59,78,97)
#324151
(50,65,81)
#293441
(41,52,65)
#202731
(32,39,49)
#171A21
(23,26,33)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #688FB1

#688FB1
(104,143,177)
#7599B8
(117,153,184)
#82A3BF
(130,163,191)
#8FADC6
(143,173,198)
#9CB7CD
(156,183,205)
#A9C1D4
(169,193,212)
#B6CBDB
(182,203,219)
#C3D5E2
(195,213,226)
#D0DFE9
(208,223,233)
#DDE9F0
(221,233,240)
#EAF3F7
(234,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688FB1 color. Also use rgb(104,143,177) instead hex code.

Text Font Color

.myTextColor { color: #688FB1; }

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

This text font color is #688FB1.

Background Color

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

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

This div background color is #688FB1.

Border color

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

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

This div border color is #688FB1.

Opacity

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

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

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

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

This text has shadow with #688FB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #688FB1.

Preview

Color preview on black background

This text has color #688FB1 on black background.


Color preview on white background

This text has color #688FB1 on white background.


Black color preview on #688FB1 background

This text has black color on #688FB1 background.


White color preview on #688FB1 background

This text has white color on #688FB1 background.


Related colors

Complementary color

Complementary color for #hex is #97704E.


I love getcolorcode.com

Triadic colors

1 #B1688F and #8FB168 with #688FB1 are triadic colors.

2 #B18F68 and #8F68B1 with #688FB1 are triadic colors.