#698FAD

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

Shades of Air Force Blue #698FAD

Tints of Air Force Blue #698FAD

Color information

#698FAD (or 0x698FAD) is unknown color: approx Air Force Blue. HEX triplet: 69, 8F and AD. RGB value is (105,143,173). Sum of RGB (Red+Green+Blue) = 105+143+173=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #698FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698FAD is #967052. Grayscale: #868686. Windows color (decimal): -9859155 or 11374441. OLE color: 11374441.

HSL color Cylindrical-coordinate representation of color #698FAD: hue angle of 206.47º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #698FAD is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105143173-
CMYK0.390.1700.32
HSL206.47º29.31%54.51%-
HSV(B)206.47º39.31%67.84%-
XYZ23.1925.6743.27-
YUV135.06149.41106.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=24.94%
G=33.97%
B=41.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051431730.390.1700.32206.4729.3154.51
Hex698FAD2711020ce1d37
Octal15121725547210403163567
Binary110100110001111101011011001111000101000001100111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,143,173); }

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

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

 a { background-color: rgb(105,143,173); }

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

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

 span { border-color: rgb(105,143,173); }

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