#688FB3

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

Shades of Air Force Blue #688FB3

Tints of Air Force Blue #688FB3

Color information

#688FB3 (or 0x688FB3) is unknown color: approx Air Force Blue. HEX triplet: 68, 8F and B3. RGB value is (104,143,179). Sum of RGB (Red+Green+Blue) = 104+143+179=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 179 - color contains mainly: blue. Hex color #688FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FB3 is #97704C. Grayscale: #878787. Windows color (decimal): -9924685 or 11767656. OLE color: 11767656.

HSL color Cylindrical-coordinate representation of color #688FB3: hue angle of 208.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #688FB3 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB104143179-
CMYK0.420.2000.30
HSL208.8º33.04%55.49%-
HSV(B)208.8º41.9%70.2%-
XYZ23.6725.8446.39-
YUV135.44152.58105.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.41%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 179 (70.31% from 255) = 42.02%
R=24.41%
G=33.57%
B=42.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041431790.420.2000.30208.833.0455.49
Hex688FB32A1401Ed12137
Octal15021726352240363214167
Binary110100010001111101100111010101010001111011010001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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