#688AD8

Color #688AD8 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #688AD8

Tints of Cornflower Blue #688AD8

Color information

#688AD8 (or 0x688AD8) is unknown color: approx Cornflower Blue. HEX triplet: 68, 8A and D8. RGB value is (104,138,216). Sum of RGB (Red+Green+Blue) = 104+138+216=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #688AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688AD8 is #977527. Grayscale: #888888. Windows color (decimal): -9925928 or 14191208. OLE color: 14191208.

HSL color Cylindrical-coordinate representation of color #688AD8: hue angle of 221.79º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #688AD8 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104138216-
CMYK0.520.3600.15
HSL221.79º58.95%62.75%-
HSV(B)221.79º51.85%84.71%-
XYZ27.1926.0868.57-
YUV136.73172.74104.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 22.71%
GREEN value IS 138 (54.30% from 255) = 30.13%
BLUE value IS 216 (84.77% from 255) = 47.16%
R=22.71%
G=30.13%
B=47.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1041382160.520.3600.15221.7958.9562.75
Hex688AD834240Fde3b3f
Octal15021233064440173367377
Binary110100010001010110110001101001001000111111011110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688AD8; }

 p { color: rgb(104,138,216); }

 H1.HeaderClassName
 {
   color: #688AD8;
 }
 .AnyTagClassName
 {
   color: #688AD8;
 }
</style>
background-color css

<style>
 a { background-color: #688AD8; }

 a { background-color: rgb(104,138,216); }

 div.DivClassName
 {
   background-color: #688AD8;
 }
 .BgClassName
 {
   background-color: #688AD8;
 }
</style>
border-color css

<style>
 span { border-color: #688AD8; }

 span { border-color: rgb(104,138,216); }

 td.TdClassName
 {
   border-color: #688AD8;
 }
 .TagClassName
 {
   border-color: #688AD8;
 }
</style>