HEX: #688ACD
RGB: (104,138,205)
#688ACD contains mainly blue color. Web safe color of #688ACD is #6699CC (or #69C).
#688ACD color RGB value is (104,138,205).
RGB: (104,138,205)
(41%, 54%, 80%)
R 104 of 255 = 41%
G 138 of 255 = 54%
B 205 of 255 = 80%
R + G + B ~ 58%. #688ACD is middle color (not dark and not light).
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'%
#688ACD color CMYK value is (49,33,0,20).
CMYK: (49,33,0,20)
C49M33Y0K20 (49%, 33%, 0%, 20%)
(0.49 / 0.33 / 0.00 / 0.20)
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 of #688ACD
Tints of #688ACD
Examples of css and html codes for elements with #688ACD color. Also use rgb(104,138,205) instead hex code.
.myTextColor { color: #688ACD; }
<p style="color:#688ACD">This sample text font color is #688ACD.</p>
This text font color is #688ACD.
.myBgColor { background-color: #688ACD; }
<div style="background-color:#688ACD">Inner text</div>
This div background color is #688ACD.
.myBorderColor { border: 1px solid #688ACD; }
<div style="border:3px solid #688ACD">Div</div>
This div border color is #688ACD.
.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%.
.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.
/* 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 text has color #688ACD on black background.
This text has color #688ACD on white background.
This text has black color on #688ACD background.
This text has white color on #688ACD background.
Complementary color for #hex is #977532.