#688DAB

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

Shades of Air Force Blue #688DAB

Tints of Air Force Blue #688DAB

Color information

#688DAB (or 0x688DAB) is unknown color: approx Air Force Blue. HEX triplet: 68, 8D and AB. RGB value is (104,141,171). Sum of RGB (Red+Green+Blue) = 104+141+171=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #688DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688DAB is #977254. Grayscale: #858585. Windows color (decimal): -9925205 or 11242856. OLE color: 11242856.

HSL color Cylindrical-coordinate representation of color #688DAB: hue angle of 206.87º degrees, saturation: 0.29, 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 #688DAB is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104141171-
CMYK0.390.1800.33
HSL206.87º28.51%53.92%-
HSV(B)206.87º39.18%67.06%-
XYZ22.5824.9342.15-
YUV133.36149.24107.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=25%
G=33.89%
B=41.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041411710.390.1800.33206.8728.5153.92
Hex688DAB2712021cf1d36
Octal15021525347220413173566
Binary110100010001101101010111001111001001000011100111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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