#688FB2

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

Shades of Air Force Blue #688FB2

Tints of Air Force Blue #688FB2

Color information

#688FB2 (or 0x688FB2) is unknown color: approx Air Force Blue. HEX triplet: 68, 8F and B2. RGB value is (104,143,178). Sum of RGB (Red+Green+Blue) = 104+143+178=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 178 - color contains mainly: blue. Hex color #688FB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688FB2 is #97704D. Grayscale: #878787. Windows color (decimal): -9924686 or 11702120. OLE color: 11702120.

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

Color convert

RGB104143178-
CMYK0.420.2000.30
HSL208.38º32.46%55.29%-
HSV(B)208.38º41.57%69.8%-
XYZ23.5725.845.86-
YUV135.33152.08105.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.47%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 178 (69.92% from 255) = 41.88%
R=24.47%
G=33.65%
B=41.88%

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
Decimal1041431780.420.2000.30208.3832.4655.29
Hex688FB22A1401Ed02037
Octal15021726252240363204067
Binary110100010001111101100101010101010001111011010000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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