#688CDB

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

Shades of Cornflower Blue #688CDB

Tints of Cornflower Blue #688CDB

Color information

#688CDB (or 0x688CDB) is unknown color: approx Cornflower Blue. HEX triplet: 68, 8C and DB. RGB value is (104,140,219). Sum of RGB (Red+Green+Blue) = 104+140+219=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #688CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CDB is #977324. Grayscale: #898989. Windows color (decimal): -9925413 or 14388328. OLE color: 14388328.

HSL color Cylindrical-coordinate representation of color #688CDB: hue angle of 221.22º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #688CDB is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB104140219-
CMYK0.530.3600.14
HSL221.22º61.5%63.33%-
HSV(B)221.22º52.51%85.88%-
XYZ27.8726.8170.72-
YUV138.24173.57103.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.46%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 219 (85.94% from 255) = 47.30%
R=22.46%
G=30.24%
B=47.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1041402190.530.3600.14221.2261.563.33
Hex688CDB35240Edd3d3f
Octal15021433365440163357577
Binary110100010001100110110111101011001000111011011101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,140,219); }

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

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

 a { background-color: rgb(104,140,219); }

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

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

 span { border-color: rgb(104,140,219); }

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