#688EDD

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

Shades of Cornflower Blue #688EDD

Tints of Cornflower Blue #688EDD

Color information

#688EDD (or 0x688EDD) is unknown color: approx Cornflower Blue. HEX triplet: 68, 8E and DD. RGB value is (104,142,221). Sum of RGB (Red+Green+Blue) = 104+142+221=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #688EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688EDD is #977122. Grayscale: #8B8B8B. Windows color (decimal): -9924899 or 14519912. OLE color: 14519912.

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

Color convert

RGB104142221-
CMYK0.530.3600.13
HSL220.51º63.24%63.73%-
HSV(B)220.51º52.94%86.67%-
XYZ28.4327.5172.22-
YUV139.64173.91102.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.27%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=22.27%
G=30.41%
B=47.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041422210.530.3600.13220.5163.2463.73
Hex688EDD35240Ddd3f40
Octal150216335654401533577100
Binary1101000100011101101110111010110010001101110111011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,142,221); }

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

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

 a { background-color: rgb(104,142,221); }

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

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

 span { border-color: rgb(104,142,221); }

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