#698EAE

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

Shades of Air Force Blue #698EAE

Tints of Air Force Blue #698EAE

Color information

#698EAE (or 0x698EAE) is unknown color: approx Air Force Blue. HEX triplet: 69, 8E and AE. RGB value is (105,142,174). Sum of RGB (Red+Green+Blue) = 105+142+174=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #698EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698EAE is #967151. Grayscale: #868686. Windows color (decimal): -9859410 or 11439721. OLE color: 11439721.

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

Color convert

RGB105142174-
CMYK0.400.1800.32
HSL207.83º29.87%54.71%-
HSV(B)207.83º39.66%68.24%-
XYZ23.1425.4143.73-
YUV134.58150.24106.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 142 (55.86% from 255) = 33.73%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=24.94%
G=33.73%
B=41.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051421740.400.1800.32207.8329.8754.71
Hex698EAE2812020d01e37
Octal15121625650220403203667
Binary110100110001110101011101010001001001000001101000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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