#688bde

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

Shades of Cornflower Blue #688BDE

Tints of Cornflower Blue #688BDE

Color information

#688BDE (or 0x688BDE) is unknown color: approx Cornflower Blue. HEX triplet: 68, 8B and DE. RGB value is (104,139,222). Sum of RGB (Red+Green+Blue) = 104+139+222=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #688BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BDE is #977421. Grayscale: #898989. Windows color (decimal): -9925666 or 14584680. OLE color: 14584680.

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

Color convert

RGB104139222-
CMYK0.530.3700.13
HSL222.2º64.13%63.92%-
HSV(B)222.2º53.15%87.06%-
XYZ28.1326.6872.78-
YUV138175.4103.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.37%
GREEN value IS 139 (54.69% from 255) = 29.89%
BLUE value IS 222 (87.11% from 255) = 47.74%
R=22.37%
G=29.89%
B=47.74%

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
Decimal1041392220.530.3700.13222.264.1363.92
Hex688BDE35250Dde4040
Octal1502133366545015336100100
Binary11010001000101111011110110101100101011011101111010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688bde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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