#688DAF

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

Shades of Air Force Blue #688DAF

Tints of Air Force Blue #688DAF

Color information

#688DAF (or 0x688DAF) is unknown color: approx Air Force Blue. HEX triplet: 68, 8D and AF. RGB value is (104,141,175). Sum of RGB (Red+Green+Blue) = 104+141+175=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #688DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688DAF is #977250. Grayscale: #858585. Windows color (decimal): -9925201 or 11505000. OLE color: 11505000.

HSL color Cylindrical-coordinate representation of color #688DAF: hue angle of 208.73º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #688DAF is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB104141175-
CMYK0.410.1900.31
HSL208.73º30.74%54.71%-
HSV(B)208.73º40.57%68.63%-
XYZ22.9725.0944.19-
YUV133.81151.24106.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.76%
GREEN value IS 141 (55.47% from 255) = 33.57%
BLUE value IS 175 (68.75% from 255) = 41.67%
R=24.76%
G=33.57%
B=41.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041411750.410.1900.31208.7330.7454.71
Hex688DAF291301Fd11f37
Octal15021525751230373213767
Binary11010001000110110101111101001100110111111101000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,141,175); }

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

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

 a { background-color: rgb(104,141,175); }

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

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

 span { border-color: rgb(104,141,175); }

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