#688CDC

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

Shades of Cornflower Blue #688CDC

Tints of Cornflower Blue #688CDC

Color information

#688CDC (or 0x688CDC) is unknown color: approx Cornflower Blue. HEX triplet: 68, 8C and DC. RGB value is (104,140,220). Sum of RGB (Red+Green+Blue) = 104+140+220=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #688CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CDC is #977323. Grayscale: #8A8A8A. Windows color (decimal): -9925412 or 14453864. OLE color: 14453864.

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

Color convert

RGB104140220-
CMYK0.530.3600.14
HSL221.38º62.37%63.53%-
HSV(B)221.38º52.73%86.27%-
XYZ28.0126.8771.42-
YUV138.36174.07103.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.41%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 220 (86.33% from 255) = 47.41%
R=22.41%
G=30.17%
B=47.41%

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
Decimal1041402200.530.3600.14221.3862.3763.53
Hex688CDC35240Edd3e40
Octal150214334654401633576100
Binary1101000100011001101110011010110010001110110111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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