#688FB4

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

Shades of Air Force Blue #688FB4

Tints of Air Force Blue #688FB4

Color information

#688FB4 (or 0x688FB4) is unknown color: approx Air Force Blue. HEX triplet: 68, 8F and B4. RGB value is (104,143,180). Sum of RGB (Red+Green+Blue) = 104+143+180=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 180 - color contains mainly: blue. Hex color #688FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FB4 is #97704B. Grayscale: #878787. Windows color (decimal): -9924684 or 11833192. OLE color: 11833192.

HSL color Cylindrical-coordinate representation of color #688FB4: hue angle of 209.21º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #688FB4 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB104143180-
CMYK0.420.2100.29
HSL209.21º33.63%55.69%-
HSV(B)209.21º42.22%70.59%-
XYZ23.7725.8846.92-
YUV135.56153.08105.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.36%
GREEN value IS 143 (56.25% from 255) = 33.49%
BLUE value IS 180 (70.70% from 255) = 42.15%
R=24.36%
G=33.49%
B=42.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041431800.420.2100.29209.2133.6355.69
Hex688FB42A1501Dd12238
Octal15021726452250353214270
Binary110100010001111101101001010101010101110111010001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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