#698DAD

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

Shades of Air Force Blue #698DAD

Tints of Air Force Blue #698DAD

Color information

#698DAD (or 0x698DAD) is unknown color: approx Air Force Blue. HEX triplet: 69, 8D and AD. RGB value is (105,141,173). Sum of RGB (Red+Green+Blue) = 105+141+173=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #698DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698DAD is #967252. Grayscale: #858585. Windows color (decimal): -9859667 or 11373929. OLE color: 11373929.

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

Color convert

RGB105141173-
CMYK0.390.1800.32
HSL208.24º29.31%54.51%-
HSV(B)208.24º39.31%67.84%-
XYZ22.8925.0743.17-
YUV133.88150.07107.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=25.06%
G=33.65%
B=41.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051411730.390.1800.32208.2429.3154.51
Hex698DAD2712020d01d37
Octal15121525547220403203567
Binary110100110001101101011011001111001001000001101000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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