#688AAD

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

Shades of Air Force Blue #688AAD

Tints of Air Force Blue #688AAD

Color information

#688AAD (or 0x688AAD) is unknown color: approx Air Force Blue. HEX triplet: 68, 8A and AD. RGB value is (104,138,173). Sum of RGB (Red+Green+Blue) = 104+138+173=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #688AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688AAD is #977552. Grayscale: #838383. Windows color (decimal): -9925971 or 11373160. OLE color: 11373160.

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

Color convert

RGB104138173-
CMYK0.400.2000.32
HSL210.43º29.61%54.31%-
HSV(B)210.43º39.88%67.84%-
XYZ22.3424.1443.02-
YUV131.82151.24108.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.06%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=25.06%
G=33.25%
B=41.69%

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
Decimal1041381730.400.2000.32210.4329.6154.31
Hex688AAD2814020d21e36
Octal15021225550240403223666
Binary110100010001010101011011010001010001000001101001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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