#698EAF

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

Shades of Air Force Blue #698EAF

Tints of Air Force Blue #698EAF

Color information

#698EAF (or 0x698EAF) is unknown color: approx Air Force Blue. HEX triplet: 69, 8E and AF. RGB value is (105,142,175). Sum of RGB (Red+Green+Blue) = 105+142+175=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #698EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698EAF is #967150. Grayscale: #868686. Windows color (decimal): -9859409 or 11505257. OLE color: 11505257.

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

Color convert

RGB105142175-
CMYK0.400.1900.31
HSL208.29º30.43%54.9%-
HSV(B)208.29º40%68.63%-
XYZ23.2425.4444.24-
YUV134.7150.74106.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=24.88%
G=33.65%
B=41.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051421750.400.1900.31208.2930.4354.9
Hex698EAF281301Fd01e37
Octal15121625750230373203667
Binary11010011000111010101111101000100110111111101000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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