#688FAE

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

Shades of Air Force Blue #688FAE

Tints of Air Force Blue #688FAE

Color information

#688FAE (or 0x688FAE) is unknown color: approx Air Force Blue. HEX triplet: 68, 8F and AE. RGB value is (104,143,174). Sum of RGB (Red+Green+Blue) = 104+143+174=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #688FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688FAE is #977051. Grayscale: #868686. Windows color (decimal): -9924690 or 11439976. OLE color: 11439976.

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

Color convert

RGB104143174-
CMYK0.400.1800.32
HSL206.57º30.17%54.51%-
HSV(B)206.57º40.23%68.24%-
XYZ23.1725.6443.77-
YUV134.87150.08105.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.70%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=24.70%
G=33.97%
B=41.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041431740.400.1800.32206.5730.1754.51
Hex688FAE2812020cf1e37
Octal15021725650220403173667
Binary110100010001111101011101010001001001000001100111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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