#698AAF

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

Shades of Air Force Blue #698AAF

Tints of Air Force Blue #698AAF

Color information

#698AAF (or 0x698AAF) is unknown color: approx Air Force Blue. HEX triplet: 69, 8A and AF. RGB value is (105,138,175). Sum of RGB (Red+Green+Blue) = 105+138+175=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #698AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698AAF is #967550. Grayscale: #848484. Windows color (decimal): -9860433 or 11504233. OLE color: 11504233.

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

Color convert

RGB105138175-
CMYK0.400.2100.31
HSL211.71º30.43%54.9%-
HSV(B)211.71º40%68.63%-
XYZ22.6524.2844.05-
YUV132.35152.07108.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.12%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=25.12%
G=33.01%
B=41.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051381750.400.2100.31211.7130.4354.9
Hex698AAF281501Fd41e37
Octal15121225750250373243667
Binary11010011000101010101111101000101010111111101010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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