COLOR #688DBB

HEX: #688DBB RGB: (104,141,187)

Color info

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

RGB color model

#688DBB color RGB value is (104,141,187).

RGB: (104,141,187) (41%, 55%, 73%)

RGB channels and saturation

R 104 of 255 = 41%
G 141 of 255 = 55%
B 187 of 255 = 73%

104
141
187

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

Portions of RGB colors in percentages

R + G + B = 104 + 141 + 187 = 432 (100%)
R 104 of 432 ~ 24.07%
G 141 of 432 ~ 32.64%
B 187 of 432 ~ 43.29'%

%24.07
%32.64
%43.29

CMYK color model

#688DBB color CMYK value is (44,25,0,27).

  • cyan value is 44.39%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (44,25,0,27)
C44M25Y0K27 (44%, 25%, 0%, 27%)
(0.44 / 0.25 / 0.00 / 0.27)

CMYK percentages

%44.39
%24.6
%0
%26.67

Codes

Color #688DBB in popluar color models

68 8D BB
RGB 104 141 187
HSL 213° 37.90% 57.06%
HSB/HSV 213° 44.39% 73.33%
CMYK 44.39% 24.60% 0.00%
26.67%

Color #688DBB in popluar number systems.

HEX 68 8D BB
Decimal 104 141 187
Binary 1101000 10001101 10111011
Octal 150 215 273

Shades and tints

Shades of #688DBB

#688DBB
(104,141,187)
#5F81AA
(95,129,170)
#567599
(86,117,153)
#4D6988
(77,105,136)
#445D77
(68,93,119)
#3B5166
(59,81,102)
#324555
(50,69,85)
#293944
(41,57,68)
#202D33
(32,45,51)
#172122
(23,33,34)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #688DBB

#688DBB
(104,141,187)
#7597C1
(117,151,193)
#82A1C7
(130,161,199)
#8FABCD
(143,171,205)
#9CB5D3
(156,181,211)
#A9BFD9
(169,191,217)
#B6C9DF
(182,201,223)
#C3D3E5
(195,211,229)
#D0DDEB
(208,221,235)
#DDE7F1
(221,231,241)
#EAF1F7
(234,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688DBB color. Also use rgb(104,141,187) instead hex code.

Text Font Color

.myTextColor { color: #688DBB; }

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

This text font color is #688DBB.

Background Color

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

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

This div background color is #688DBB.

Border color

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

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

This div border color is #688DBB.

Opacity

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

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

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

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

This text has shadow with #688DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #688DBB.

Preview

Color preview on black background

This text has color #688DBB on black background.


Color preview on white background

This text has color #688DBB on white background.


Black color preview on #688DBB background

This text has black color on #688DBB background.


White color preview on #688DBB background

This text has white color on #688DBB background.


Related colors

Complementary color

Complementary color for #hex is #977244.


I love getcolorcode.com

Triadic colors

1 #BB688D and #8DBB68 with #688DBB are triadic colors.

2 #BB8D68 and #8D68BB with #688DBB are triadic colors.