#688AAC

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

Shades of Air Force Blue #688AAC

Tints of Air Force Blue #688AAC

Color information

#688AAC (or 0x688AAC) is unknown color: approx Air Force Blue. HEX triplet: 68, 8A and AC. RGB value is (104,138,172). Sum of RGB (Red+Green+Blue) = 104+138+172=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #688AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688AAC is #977553. Grayscale: #838383. Windows color (decimal): -9925972 or 11307624. OLE color: 11307624.

HSL color Cylindrical-coordinate representation of color #688AAC: hue angle of 210º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #688AAC is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104138172-
CMYK0.400.2000.33
HSL210º29.06%54.12%-
HSV(B)210º39.53%67.45%-
XYZ22.2424.142.51-
YUV131.71150.74108.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.12%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=25.12%
G=33.33%
B=41.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041381720.400.2000.3321029.0654.12
Hex688AAC2814021d21d36
Octal15021225450240413223566
Binary110100010001010101011001010001010001000011101001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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