#688cde

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

Shades of Cornflower Blue #688CDE

Tints of Cornflower Blue #688CDE

Color information

#688CDE (or 0x688CDE) is unknown color: approx Cornflower Blue. HEX triplet: 68, 8C and DE. RGB value is (104,140,222). Sum of RGB (Red+Green+Blue) = 104+140+222=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #688CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CDE is #977321. Grayscale: #8A8A8A. Windows color (decimal): -9925410 or 14584936. OLE color: 14584936.

HSL color Cylindrical-coordinate representation of color #688CDE: hue angle of 221.69º degrees, saturation: 0.64, 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 #688CDE is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB104140222-
CMYK0.530.3700.13
HSL221.69º64.13%63.92%-
HSV(B)221.69º53.15%87.06%-
XYZ28.2726.9772.82-
YUV138.58175.07103.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.32%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 222 (87.11% from 255) = 47.64%
R=22.32%
G=30.04%
B=47.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041402220.530.3700.13221.6964.1363.92
Hex688CDE35250Dde4040
Octal1502143366545015336100100
Binary11010001000110011011110110101100101011011101111010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688cde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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