COLOR #688BB6

HEX: #688BB6
RGB: (104,139,182)

Color info

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

RGB color model

#688BB6 color RGB value is (104,139,182).

  • red value is 104;
  • green value is 139;
  • blue value is 182.
RGB:
(104,139,182)
(41%,55%,71%)

RGB channels and saturation

R 104 of 255 = 41%
G 139 of 255 = 55%
B 182 of 255 = 71%

104
139
182

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

Portions of RGB colors in percentages

R + G + B =
104 + 139 + 182 = 425 (100%)
R 104 of 425 ~ 24.47%
G 139 of 425 ~ 32.71%
B 182 of 425 ~ 42.82%

%24.47
%32.71
%42.82

CMYK color model

#688BB6 color CMYK value is (43,24,0,29).

  • cyan value is 42.86%
  • magenta value is 23.63%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(43,24,0,29)
C43M24Y0K29 
(43%,24%,0%,29%)
(0.43/0.24/0.00/0.29)	

CMYK percentages

%42.86
%23.63
%0
%28.63

Codes

Color #688BB6 in popluar color models

688BB6
RGB104139182
HSL213°34.82%56.08%
HSB/HSV213°42.86%71.37%
CMYK42.86%23.63%0.00%
28.63%

Color #688BB6 in popluar number systems.

HEX688BB6
Decimal104139182
Binary11010001000101110110110
Octal150213266

Shades and tints

Shades of #688BB6

#688BB6
(104,139,182)
#5F7FA6
(95,127,166)
#567396
(86,115,150)
#4D6786
(77,103,134)
#445B76
(68,91,118)
#3B4F66
(59,79,102)
#324356
(50,67,86)
#293746
(41,55,70)
#202B36
(32,43,54)
#171F26
(23,31,38)
#0E1316
(14,19,22)
#000000
(0,0,0)

Tints of #688BB6

#688BB6
(104,139,182)
#7595BC
(117,149,188)
#829FC2
(130,159,194)
#8FA9C8
(143,169,200)
#9CB3CE
(156,179,206)
#A9BDD4
(169,189,212)
#B6C7DA
(182,199,218)
#C3D1E0
(195,209,224)
#D0DBE6
(208,219,230)
#DDE5EC
(221,229,236)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688BB6 color. Also use rgb(104,139,182) instead hex code.

Text Font Color

.myTextColor { color: #688BB6; }

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

This text font color is #688BB6.


Background Color

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

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

This div background color is #688BB6.


Border color

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

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

This div border color is #688BB6.


Opacity

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

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

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

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

This text has shadow with #688BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688BB6 on black background.


Color preview on white background

This text has color #688BB6 on white background.



Black color preview on #688BB6 background

This text has black color on #688BB6 background.


White color preview on #688BB6 background

This text has white color on #688BB6 background.