#688AB0

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

Shades of Air Force Blue #688AB0

Tints of Air Force Blue #688AB0

Color information

#688AB0 (or 0x688AB0) is unknown color: approx Air Force Blue. HEX triplet: 68, 8A and B0. RGB value is (104,138,176). Sum of RGB (Red+Green+Blue) = 104+138+176=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #688AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688AB0 is #97754F. Grayscale: #838383. Windows color (decimal): -9925968 or 11569768. OLE color: 11569768.

HSL color Cylindrical-coordinate representation of color #688AB0: hue angle of 211.67º 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 #688AB0 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB104138176-
CMYK0.410.2200.31
HSL211.67º31.3%54.9%-
HSV(B)211.67º40.91%69.02%-
XYZ22.6324.2544.56-
YUV132.17152.74107.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 176 (69.14% from 255) = 42.11%
R=24.88%
G=33.01%
B=42.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041381760.410.2200.31211.6731.354.9
Hex688AB0291601Fd41f37
Octal15021226051260373243767
Binary11010001000101010110000101001101100111111101010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,138,176); }

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

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

 a { background-color: rgb(104,138,176); }

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

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

 span { border-color: rgb(104,138,176); }

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