#688cf0

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

Shades of Cornflower Blue #688CF0

Tints of Cornflower Blue #688CF0

Color information

#688CF0 (or 0x688CF0) is unknown color: approx Cornflower Blue. HEX triplet: 68, 8C and F0. RGB value is (104,140,240). Sum of RGB (Red+Green+Blue) = 104+140+240=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #688CF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688CF0 is #97730F. Grayscale: #8C8C8C. Windows color (decimal): -9925392 or 15764584. OLE color: 15764584.

HSL color Cylindrical-coordinate representation of color #688CF0: hue angle of 224.12º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #688CF0 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB104140240-
CMYK0.570.4200.06
HSL224.12º81.93%67.45%-
HSV(B)224.12º56.67%94.12%-
XYZ30.8227.9986.22-
YUV140.64184.07101.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.49%
GREEN value IS 140 (55.08% from 255) = 28.93%
BLUE value IS 240 (94.14% from 255) = 49.59%
R=21.49%
G=28.93%
B=49.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1041402400.570.4200.06224.1281.9367.45
Hex688CF0392A06e05243
Octal150214360715206340122103
Binary1101000100011001111000011100110101001101110000010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688cf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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