COLOR #688ACF

HEX: #688ACF
RGB: (104,138,207)

Color info

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

RGB color model

#688ACF color RGB value is (104,138,207).

  • red value is 104;
  • green value is 138;
  • blue value is 207.
RGB:
(104,138,207)
(41%,54%,81%)

RGB channels and saturation

R 104 of 255 = 41%
G 138 of 255 = 54%
B 207 of 255 = 81%

104
138
207

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

Portions of RGB colors in percentages

R + G + B =
104 + 138 + 207 = 449 (100%)
R 104 of 449 ~ 23.16%
G 138 of 449 ~ 30.73%
B 207 of 449 ~ 46.1%

%23.16
%30.73
%46.1

CMYK color model

#688ACF color CMYK value is (50,33,0,19).

  • cyan value is 49.76%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(50,33,0,19)
C50M33Y0K19 
(50%,33%,0%,19%)
(0.50/0.33/0.00/0.19)	

CMYK percentages

%49.76
%33.33
%0
%18.82

Codes

Color #688ACF in popluar color models

688ACF
RGB104138207
HSL220°51.76%60.98%
HSB/HSV220°49.76%81.18%
CMYK49.76%33.33%0.00%
18.82%

Color #688ACF in popluar number systems.

HEX688ACF
Decimal104138207
Binary11010001000101011001111
Octal150212317

Shades and tints

Shades of #688ACF

#688ACF
(104,138,207)
#5F7EBD
(95,126,189)
#5672AB
(86,114,171)
#4D6699
(77,102,153)
#445A87
(68,90,135)
#3B4E75
(59,78,117)
#324263
(50,66,99)
#293651
(41,54,81)
#202A3F
(32,42,63)
#171E2D
(23,30,45)
#0E121B
(14,18,27)
#000000
(0,0,0)

Tints of #688ACF

#688ACF
(104,138,207)
#7594D3
(117,148,211)
#829ED7
(130,158,215)
#8FA8DB
(143,168,219)
#9CB2DF
(156,178,223)
#A9BCE3
(169,188,227)
#B6C6E7
(182,198,231)
#C3D0EB
(195,208,235)
#D0DAEF
(208,218,239)
#DDE4F3
(221,228,243)
#EAEEF7
(234,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688ACF color. Also use rgb(104,138,207) instead hex code.

Text Font Color

.myTextColor { color: #688ACF; }

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

This text font color is #688ACF.


Background Color

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

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

This div background color is #688ACF.


Border color

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

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

This div border color is #688ACF.


Opacity

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

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

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

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

This text has shadow with #688ACF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688ACF on black background.


Color preview on white background

This text has color #688ACF on white background.



Black color preview on #688ACF background

This text has black color on #688ACF background.


White color preview on #688ACF background

This text has white color on #688ACF background.