#688DAD

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

Shades of Air Force Blue #688DAD

Tints of Air Force Blue #688DAD

Color information

#688DAD (or 0x688DAD) is unknown color: approx Air Force Blue. HEX triplet: 68, 8D and AD. RGB value is (104,141,173). Sum of RGB (Red+Green+Blue) = 104+141+173=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #688DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688DAD is #977252. Grayscale: #858585. Windows color (decimal): -9925203 or 11373928. OLE color: 11373928.

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

Color convert

RGB104141173-
CMYK0.400.1800.32
HSL207.83º29.61%54.31%-
HSV(B)207.83º39.88%67.84%-
XYZ22.7825.0143.16-
YUV133.58150.24106.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 141 (55.47% from 255) = 33.73%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=24.88%
G=33.73%
B=41.39%

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
Decimal1041411730.400.1800.32207.8329.6154.31
Hex688DAD2812020d01e36
Octal15021525550220403203666
Binary110100010001101101011011010001001001000001101000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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