#698AAE

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

Shades of Air Force Blue #698AAE

Tints of Air Force Blue #698AAE

Color information

#698AAE (or 0x698AAE) is unknown color: approx Air Force Blue. HEX triplet: 69, 8A and AE. RGB value is (105,138,174). Sum of RGB (Red+Green+Blue) = 105+138+174=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #698AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698AAE is #967551. Grayscale: #848484. Windows color (decimal): -9860434 or 11438697. OLE color: 11438697.

HSL color Cylindrical-coordinate representation of color #698AAE: hue angle of 211.3º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #698AAE is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105138174-
CMYK0.400.2100.32
HSL211.3º29.87%54.71%-
HSV(B)211.3º39.66%68.24%-
XYZ22.5524.2443.53-
YUV132.24151.57108.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.18%
GREEN value IS 138 (54.30% from 255) = 33.09%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=25.18%
G=33.09%
B=41.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051381740.400.2100.32211.329.8754.71
Hex698AAE2815020d31e37
Octal15121225650250403233667
Binary110100110001010101011101010001010101000001101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698AAE; }

 p { color: rgb(105,138,174); }

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

<style>
 a { background-color: #698AAE; }

 a { background-color: rgb(105,138,174); }

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

<style>
 span { border-color: #698AAE; }

 span { border-color: rgb(105,138,174); }

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