#688FFA

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

Shades of Cornflower Blue #688FFA

Tints of Cornflower Blue #688FFA

Color information

#688FFA (or 0x688FFA) is unknown color: approx Cornflower Blue. HEX triplet: 68, 8F and FA. RGB value is (104,143,250). Sum of RGB (Red+Green+Blue) = 104+143+250=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #688FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #688FFA is #977005. Grayscale: #8F8F8F. Windows color (decimal): -9924614 or 16420712. OLE color: 16420712.

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

Color convert

RGB104143250-
CMYK0.580.4300.02
HSL223.97º93.59%69.41%-
HSV(B)223.97º58.4%98.04%-
XYZ32.7929.4994.41-
YUV143.54188.0899.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.93%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 250 (98.05% from 255) = 50.30%
R=20.93%
G=28.77%
B=50.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1041432500.580.4300.02223.9793.5969.41
Hex688FFA3A2B02e05e45
Octal150217372725302340136105
Binary110100010001111111110101110101010110101110000010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,143,250); }

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

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

 a { background-color: rgb(104,143,250); }

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

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

 span { border-color: rgb(104,143,250); }

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