#688EF5

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

Shades of Cornflower Blue #688EF5

Tints of Cornflower Blue #688EF5

Color information

#688EF5 (or 0x688EF5) is unknown color: approx Cornflower Blue. HEX triplet: 68, 8E and F5. RGB value is (104,142,245). Sum of RGB (Red+Green+Blue) = 104+142+245=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #688EF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688EF5 is #97710A. Grayscale: #8D8D8D. Windows color (decimal): -9924875 or 16092776. OLE color: 16092776.

HSL color Cylindrical-coordinate representation of color #688EF5: hue angle of 223.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #688EF5 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104142245-
CMYK0.580.4200.04
HSL223.83º87.58%68.43%-
HSV(B)223.83º57.55%96.08%-
XYZ31.8628.8890.28-
YUV142.38185.91100.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.18%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 245 (96.09% from 255) = 49.90%
R=21.18%
G=28.92%
B=49.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1041422450.580.4200.04223.8387.5868.43
Hex688EF53A2A04e05844
Octal150216365725204340130104
Binary1101000100011101111010111101010101001001110000010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,142,245); }

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

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

 a { background-color: rgb(104,142,245); }

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

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

 span { border-color: rgb(104,142,245); }

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