#688CF6

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

Shades of Cornflower Blue #688CF6

Tints of Cornflower Blue #688CF6

Color information

#688CF6 (or 0x688CF6) is unknown color: approx Cornflower Blue. HEX triplet: 68, 8C and F6. RGB value is (104,140,246). Sum of RGB (Red+Green+Blue) = 104+140+246=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #688CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688CF6 is #977309. Grayscale: #8C8C8C. Windows color (decimal): -9925386 or 16157800. OLE color: 16157800.

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

Color convert

RGB104140246-
CMYK0.580.4300.04
HSL224.79º88.75%68.63%-
HSV(B)224.79º57.72%96.47%-
XYZ31.7228.3590.99-
YUV141.32187.07101.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.22%
GREEN value IS 140 (55.08% from 255) = 28.57%
BLUE value IS 246 (96.48% from 255) = 50.20%
R=21.22%
G=28.57%
B=50.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1041402460.580.4300.04224.7988.7568.63
Hex688CF63A2B04e15945
Octal150214366725304341131105
Binary1101000100011001111011011101010101101001110000110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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