#698CAE

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

Shades of Air Force Blue #698CAE

Tints of Air Force Blue #698CAE

Color information

#698CAE (or 0x698CAE) is unknown color: approx Air Force Blue. HEX triplet: 69, 8C and AE. RGB value is (105,140,174). Sum of RGB (Red+Green+Blue) = 105+140+174=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #698CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698CAE is #967351. Grayscale: #858585. Windows color (decimal): -9859922 or 11439209. OLE color: 11439209.

HSL color Cylindrical-coordinate representation of color #698CAE: hue angle of 209.57º 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 #698CAE is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105140174-
CMYK0.400.2000.32
HSL209.57º29.87%54.71%-
HSV(B)209.57º39.66%68.24%-
XYZ22.8424.8243.63-
YUV133.41150.9107.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=25.06%
G=33.41%
B=41.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051401740.400.2000.32209.5729.8754.71
Hex698CAE2814020d21e37
Octal15121425650240403223667
Binary110100110001100101011101010001010001000001101001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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