#688EB0

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

Shades of Air Force Blue #688EB0

Tints of Air Force Blue #688EB0

Color information

#688EB0 (or 0x688EB0) is unknown color: approx Air Force Blue. HEX triplet: 68, 8E and B0. RGB value is (104,142,176). Sum of RGB (Red+Green+Blue) = 104+142+176=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 176 - color contains mainly: blue. Hex color #688EB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688EB0 is #97714F. Grayscale: #868686. Windows color (decimal): -9924944 or 11570792. OLE color: 11570792.

HSL color Cylindrical-coordinate representation of color #688EB0: hue angle of 208.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #688EB0 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB104142176-
CMYK0.410.1900.31
HSL208.33º31.3%54.9%-
HSV(B)208.33º40.91%69.02%-
XYZ23.2225.4244.76-
YUV134.51151.41106.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.64%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 176 (69.14% from 255) = 41.71%
R=24.64%
G=33.65%
B=41.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041421760.410.1900.31208.3331.354.9
Hex688EB0291301Fd01f37
Octal15021626051230373203767
Binary11010001000111010110000101001100110111111101000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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