COLOR #688ED0

HEX: #688ED0
RGB: (104,142,208)

Color info

#688ED0 contains mainly blue color. Web safe color of #688ED0 is #6699CC (or #69C).

RGB color model

#688ED0 color RGB value is (104,142,208).

  • red value is 104;
  • green value is 142;
  • blue value is 208.
RGB:
(104,142,208)
(41%,56%,82%)

RGB channels and saturation

R 104 of 255 = 41%
G 142 of 255 = 56%
B 208 of 255 = 82%

104
142
208

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

Portions of RGB colors in percentages

R + G + B =
104 + 142 + 208 = 454 (100%)
R 104 of 454 ~ 22.91%
G 142 of 454 ~ 31.28%
B 208 of 454 ~ 45.81%

%22.91
%31.28
%45.81

CMYK color model

#688ED0 color CMYK value is (50,32,0,18).

  • cyan value is 50.00%
  • magenta value is 31.73%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(50,32,0,18)
C50M32Y0K18 
(50%,32%,0%,18%)
(0.50/0.32/0.00/0.18)	

CMYK percentages

%50
%31.73
%0
%18.43

Codes

Color #688ED0 in popluar color models

688ED0
RGB104142208
HSL218°52.53%61.18%
HSB/HSV218°50.00%81.57%
CMYK50.00%31.73%0.00%
18.43%

Color #688ED0 in popluar number systems.

HEX688ED0
Decimal104142208
Binary11010001000111011010000
Octal150216320

Shades and tints

Shades of #688ED0

#688ED0
(104,142,208)
#5F82BE
(95,130,190)
#5676AC
(86,118,172)
#4D6A9A
(77,106,154)
#445E88
(68,94,136)
#3B5276
(59,82,118)
#324664
(50,70,100)
#293A52
(41,58,82)
#202E40
(32,46,64)
#17222E
(23,34,46)
#0E161C
(14,22,28)
#000000
(0,0,0)

Tints of #688ED0

#688ED0
(104,142,208)
#7598D4
(117,152,212)
#82A2D8
(130,162,216)
#8FACDC
(143,172,220)
#9CB6E0
(156,182,224)
#A9C0E4
(169,192,228)
#B6CAE8
(182,202,232)
#C3D4EC
(195,212,236)
#D0DEF0
(208,222,240)
#DDE8F4
(221,232,244)
#EAF2F8
(234,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688ED0; }

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

This text font color is #688ED0.


Background Color

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

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

This div background color is #688ED0.


Border color

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

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

This div border color is #688ED0.


Opacity

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

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

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

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

This text has shadow with #688ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688ED0 on black background.


Color preview on white background

This text has color #688ED0 on white background.



Black color preview on #688ED0 background

This text has black color on #688ED0 background.


White color preview on #688ED0 background

This text has white color on #688ED0 background.