#688CAE

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

Shades of Air Force Blue #688CAE

Tints of Air Force Blue #688CAE

Color information

#688CAE (or 0x688CAE) is unknown color: approx Air Force Blue. HEX triplet: 68, 8C and AE. RGB value is (104,140,174). Sum of RGB (Red+Green+Blue) = 104+140+174=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #688CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688CAE is #977351. Grayscale: #848484. Windows color (decimal): -9925458 or 11439208. OLE color: 11439208.

HSL color Cylindrical-coordinate representation of color #688CAE: hue angle of 209.14º 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 #688CAE is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104140174-
CMYK0.400.2000.32
HSL209.14º30.17%54.51%-
HSV(B)209.14º40.23%68.24%-
XYZ22.7324.7643.62-
YUV133.11151.07107.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=24.88%
G=33.49%
B=41.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041401740.400.2000.32209.1430.1754.51
Hex688CAE2814020d11e37
Octal15021425650240403213667
Binary110100010001100101011101010001010001000001101000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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