#688EB1

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

Shades of Air Force Blue #688EB1

Tints of Air Force Blue #688EB1

Color information

#688EB1 (or 0x688EB1) is unknown color: approx Air Force Blue. HEX triplet: 68, 8E and B1. RGB value is (104,142,177). Sum of RGB (Red+Green+Blue) = 104+142+177=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 177 - color contains mainly: blue. Hex color #688EB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688EB1 is #97714E. Grayscale: #868686. Windows color (decimal): -9924943 or 11636328. OLE color: 11636328.

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

Color convert

RGB104142177-
CMYK0.410.2000.31
HSL208.77º31.88%55.1%-
HSV(B)208.77º41.24%69.41%-
XYZ23.3225.4645.28-
YUV134.63151.91106.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.59%
GREEN value IS 142 (55.86% from 255) = 33.57%
BLUE value IS 177 (69.53% from 255) = 41.84%
R=24.59%
G=33.57%
B=41.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041421770.410.2000.31208.7731.8855.1
Hex688EB1291401Fd12037
Octal15021626151240373214067
Binary110100010001110101100011010011010001111111010001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,142,177); }

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

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

 a { background-color: rgb(104,142,177); }

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

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

 span { border-color: rgb(104,142,177); }

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