COLOR #688EB5

HEX: #688EB5 RGB: (104,142,181)

Color info

#688EB5 contains mainly green and blue colors. Web safe color of #688EB5 is #6699CC (or #69C).

RGB color model

#688EB5 color RGB value is (104,142,181).

RGB: (104,142,181) (41%, 56%, 71%)

RGB channels and saturation

R 104 of 255 = 41%
G 142 of 255 = 56%
B 181 of 255 = 71%

104
142
181

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

Portions of RGB colors in percentages

R + G + B = 104 + 142 + 181 = 427 (100%)
R 104 of 427 ~ 24.36%
G 142 of 427 ~ 33.26%
B 181 of 427 ~ 42.39'%

%24.36
%33.26
%42.39

CMYK color model

#688EB5 color CMYK value is (43,22,0,29).

  • cyan value is 42.54%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (43,22,0,29)
C43M22Y0K29 (43%, 22%, 0%, 29%)
(0.43 / 0.22 / 0.00 / 0.29)

CMYK percentages

%42.54
%21.55
%0
%29.02

Codes

Color #688EB5 in popluar color models

68 8E B5
RGB 104 142 181
HSL 210° 34.22% 55.88%
HSB/HSV 210° 42.54% 70.98%
CMYK 42.54% 21.55% 0.00%
29.02%

Color #688EB5 in popluar number systems.

HEX 68 8E B5
Decimal 104 142 181
Binary 1101000 10001110 10110101
Octal 150 216 265

Shades and tints

Shades of #688EB5

#688EB5
(104,142,181)
#5F82A5
(95,130,165)
#567695
(86,118,149)
#4D6A85
(77,106,133)
#445E75
(68,94,117)
#3B5265
(59,82,101)
#324655
(50,70,85)
#293A45
(41,58,69)
#202E35
(32,46,53)
#172225
(23,34,37)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #688EB5

#688EB5
(104,142,181)
#7598BB
(117,152,187)
#82A2C1
(130,162,193)
#8FACC7
(143,172,199)
#9CB6CD
(156,182,205)
#A9C0D3
(169,192,211)
#B6CAD9
(182,202,217)
#C3D4DF
(195,212,223)
#D0DEE5
(208,222,229)
#DDE8EB
(221,232,235)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688EB5 color. Also use rgb(104,142,181) instead hex code.

Text Font Color

.myTextColor { color: #688EB5; }

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

This text font color is #688EB5.

Background Color

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

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

This div background color is #688EB5.

Border color

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

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

This div border color is #688EB5.

Opacity

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

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

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

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

This text has shadow with #688EB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #688EB5.

Preview

Color preview on black background

This text has color #688EB5 on black background.


Color preview on white background

This text has color #688EB5 on white background.


Black color preview on #688EB5 background

This text has black color on #688EB5 background.


White color preview on #688EB5 background

This text has white color on #688EB5 background.


Related colors

Complementary color

Complementary color for #hex is #97714A.


I love getcolorcode.com

Triadic colors

1 #B5688E and #8EB568 with #688EB5 are triadic colors.

2 #B58E68 and #8E68B5 with #688EB5 are triadic colors.