COLOR #688ACD

HEX: #688ACD RGB: (104,138,205)

Color info

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

RGB color model

#688ACD color RGB value is (104,138,205).

RGB: (104,138,205) (41%, 54%, 80%)

RGB channels and saturation

R 104 of 255 = 41%
G 138 of 255 = 54%
B 205 of 255 = 80%

104
138
205

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

Portions of RGB colors in percentages

R + G + B = 104 + 138 + 205 = 447 (100%)
R 104 of 447 ~ 23.27%
G 138 of 447 ~ 30.87%
B 205 of 447 ~ 45.86'%

%23.27
%30.87
%45.86

CMYK color model

#688ACD color CMYK value is (49,33,0,20).

  • cyan value is 49.27%
  • magenta value is 32.68%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (49,33,0,20)
C49M33Y0K20 (49%, 33%, 0%, 20%)
(0.49 / 0.33 / 0.00 / 0.20)

CMYK percentages

%49.27
%32.68
%0
%19.61

Codes

Color #688ACD in popluar color models

68 8A CD
RGB 104 138 205
HSL 220° 50.25% 60.59%
HSB/HSV 220° 49.27% 80.39%
CMYK 49.27% 32.68% 0.00%
19.61%

Color #688ACD in popluar number systems.

HEX 68 8A CD
Decimal 104 138 205
Binary 1101000 10001010 11001101
Octal 150 212 315

Shades and tints

Shades of #688ACD

#688ACD
(104,138,205)
#5F7EBB
(95,126,187)
#5672A9
(86,114,169)
#4D6697
(77,102,151)
#445A85
(68,90,133)
#3B4E73
(59,78,115)
#324261
(50,66,97)
#29364F
(41,54,79)
#202A3D
(32,42,61)
#171E2B
(23,30,43)
#0E1219
(14,18,25)
#000000
(0,0,0)

Tints of #688ACD

#688ACD
(104,138,205)
#7594D1
(117,148,209)
#829ED5
(130,158,213)
#8FA8D9
(143,168,217)
#9CB2DD
(156,178,221)
#A9BCE1
(169,188,225)
#B6C6E5
(182,198,229)
#C3D0E9
(195,208,233)
#D0DAED
(208,218,237)
#DDE4F1
(221,228,241)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688ACD; }

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

This text font color is #688ACD.

Background Color

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

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

This div background color is #688ACD.

Border color

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

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

This div border color is #688ACD.

Opacity

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

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

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

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

This text has shadow with #688ACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #688ACD.

Preview

Color preview on black background

This text has color #688ACD on black background.


Color preview on white background

This text has color #688ACD on white background.


Black color preview on #688ACD background

This text has black color on #688ACD background.


White color preview on #688ACD background

This text has white color on #688ACD background.


Related colors

Complementary color

Complementary color for #hex is #977532.


I love getcolorcode.com

Triadic colors

1 #CD688A and #8ACD68 with #688ACD are triadic colors.

2 #CD8A68 and #8A68CD with #688ACD are triadic colors.