#688DA9

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

Shades of Air Force Blue #688DA9

Tints of Air Force Blue #688DA9

Color information

#688DA9 (or 0x688DA9) is unknown color: approx Air Force Blue. HEX triplet: 68, 8D and A9. RGB value is (104,141,169). Sum of RGB (Red+Green+Blue) = 104+141+169=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 169 - color contains mainly: blue. Hex color #688DA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688DA9 is #977256. Grayscale: #848484. Windows color (decimal): -9925207 or 11111784. OLE color: 11111784.

HSL color Cylindrical-coordinate representation of color #688DA9: hue angle of 205.85º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #688DA9 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB104141169-
CMYK0.380.1700.34
HSL205.85º27.43%53.53%-
HSV(B)205.85º38.46%66.27%-
XYZ22.424.8641.15-
YUV133.13148.24107.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.12%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 169 (66.41% from 255) = 40.82%
R=25.12%
G=34.06%
B=40.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1041411690.380.1700.34205.8527.4353.53
Hex688DA92611022ce1b36
Octal15021525146210423163366
Binary110100010001101101010011001101000101000101100111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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