#688BAC

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

Shades of Air Force Blue #688BAC

Tints of Air Force Blue #688BAC

Color information

#688BAC (or 0x688BAC) is unknown color: approx Air Force Blue. HEX triplet: 68, 8B and AC. RGB value is (104,139,172). Sum of RGB (Red+Green+Blue) = 104+139+172=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #688BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688BAC is #977453. Grayscale: #848484. Windows color (decimal): -9925716 or 11307880. OLE color: 11307880.

HSL color Cylindrical-coordinate representation of color #688BAC: hue angle of 209.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #688BAC is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104139172-
CMYK0.400.1900.33
HSL209.12º29.06%54.12%-
HSV(B)209.12º39.53%67.45%-
XYZ22.3924.3942.56-
YUV132.3150.4107.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.06%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=25.06%
G=33.49%
B=41.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041391720.400.1900.33209.1229.0654.12
Hex688BAC2813021d11d36
Octal15021325450230413213566
Binary110100010001011101011001010001001101000011101000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,139,172); }

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

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

 a { background-color: rgb(104,139,172); }

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

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

 span { border-color: rgb(104,139,172); }

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