#688FAA

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

Shades of Air Force Blue #688FAA

Tints of Air Force Blue #688FAA

Color information

#688FAA (or 0x688FAA) is unknown color: approx Air Force Blue. HEX triplet: 68, 8F and AA. RGB value is (104,143,170). Sum of RGB (Red+Green+Blue) = 104+143+170=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #688FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688FAA is #977055. Grayscale: #868686. Windows color (decimal): -9924694 or 11177832. OLE color: 11177832.

HSL color Cylindrical-coordinate representation of color #688FAA: hue angle of 204.55º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #688FAA is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104143170-
CMYK0.390.1600.33
HSL204.55º27.97%53.73%-
HSV(B)204.55º38.82%66.67%-
XYZ22.7925.4941.75-
YUV134.42148.08106.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.94%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=24.94%
G=34.29%
B=40.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041431700.390.1600.33204.5527.9753.73
Hex688FAA2710021cd1c36
Octal15021725247200413153466
Binary110100010001111101010101001111000001000011100110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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