#688FAD

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

Shades of Air Force Blue #688FAD

Tints of Air Force Blue #688FAD

Color information

#688FAD (or 0x688FAD) is unknown color: approx Air Force Blue. HEX triplet: 68, 8F and AD. RGB value is (104,143,173). Sum of RGB (Red+Green+Blue) = 104+143+173=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #688FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688FAD is #977052. Grayscale: #868686. Windows color (decimal): -9924691 or 11374440. OLE color: 11374440.

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

Color convert

RGB104143173-
CMYK0.400.1700.32
HSL206.09º29.61%54.31%-
HSV(B)206.09º39.88%67.84%-
XYZ23.0725.6143.26-
YUV134.76149.58106.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.76%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=24.76%
G=34.05%
B=41.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041431730.400.1700.32206.0929.6154.31
Hex688FAD2811020ce1e36
Octal15021725550210403163666
Binary110100010001111101011011010001000101000001100111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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