#688AAE

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

Shades of Air Force Blue #688AAE

Tints of Air Force Blue #688AAE

Color information

#688AAE (or 0x688AAE) is unknown color: approx Air Force Blue. HEX triplet: 68, 8A and AE. RGB value is (104,138,174). Sum of RGB (Red+Green+Blue) = 104+138+174=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #688AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688AAE is #977551. Grayscale: #838383. Windows color (decimal): -9925970 or 11438696. OLE color: 11438696.

HSL color Cylindrical-coordinate representation of color #688AAE: hue angle of 210.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #688AAE is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104138174-
CMYK0.400.2100.32
HSL210.86º30.17%54.51%-
HSV(B)210.86º40.23%68.24%-
XYZ22.4424.1843.53-
YUV131.94151.74108.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=25%
G=33.17%
B=41.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041381740.400.2100.32210.8630.1754.51
Hex688AAE2815020d31e37
Octal15021225650250403233667
Binary110100010001010101011101010001010101000001101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,138,174); }

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

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

 a { background-color: rgb(104,138,174); }

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

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

 span { border-color: rgb(104,138,174); }

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