#688DDF

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

Shades of Cornflower Blue #688DDF

Tints of Cornflower Blue #688DDF

Color information

#688DDF (or 0x688DDF) is unknown color: approx Cornflower Blue. HEX triplet: 68, 8D and DF. RGB value is (104,141,223). Sum of RGB (Red+Green+Blue) = 104+141+223=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #688DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DDF is #977220. Grayscale: #8A8A8A. Windows color (decimal): -9925153 or 14650728. OLE color: 14650728.

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

Color convert

RGB104141223-
CMYK0.530.3700.13
HSL221.34º65.03%64.12%-
HSV(B)221.34º53.36%87.45%-
XYZ28.5527.3273.58-
YUV139.28175.24102.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.22%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 223 (87.5% from 255) = 47.65%
R=22.22%
G=30.13%
B=47.65%

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
Decimal1041412230.530.3700.13221.3465.0364.12
Hex688DDF35250Ddd4140
Octal1502153376545015335101100
Binary11010001000110111011111110101100101011011101110110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,141,223); }

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

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

 a { background-color: rgb(104,141,223); }

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

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

 span { border-color: rgb(104,141,223); }

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