#698DAB

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

Shades of Air Force Blue #698DAB

Tints of Air Force Blue #698DAB

Color information

#698DAB (or 0x698DAB) is unknown color: approx Air Force Blue. HEX triplet: 69, 8D and AB. RGB value is (105,141,171). Sum of RGB (Red+Green+Blue) = 105+141+171=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #698DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698DAB is #967254. Grayscale: #858585. Windows color (decimal): -9859669 or 11242857. OLE color: 11242857.

HSL color Cylindrical-coordinate representation of color #698DAB: hue angle of 207.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #698DAB is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105141171-
CMYK0.390.1800.33
HSL207.27º28.21%54.12%-
HSV(B)207.27º38.6%67.06%-
XYZ22.724.9942.16-
YUV133.66149.07107.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.18%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=25.18%
G=33.81%
B=41.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051411710.390.1800.33207.2728.2154.12
Hex698DAB2712021cf1c36
Octal15121525347220413173466
Binary110100110001101101010111001111001001000011100111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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