#698BAC

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

Shades of Air Force Blue #698BAC

Tints of Air Force Blue #698BAC

Color information

#698BAC (or 0x698BAC) is unknown color: approx Air Force Blue. HEX triplet: 69, 8B and AC. RGB value is (105,139,172). Sum of RGB (Red+Green+Blue) = 105+139+172=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #698BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698BAC is #967453. Grayscale: #848484. Windows color (decimal): -9860180 or 11307881. OLE color: 11307881.

HSL color Cylindrical-coordinate representation of color #698BAC: hue angle of 209.55º degrees, saturation: 0.29, 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 #698BAC is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105139172-
CMYK0.390.1900.33
HSL209.55º28.76%54.31%-
HSV(B)209.55º38.95%67.45%-
XYZ22.524.4542.56-
YUV132.6150.24108.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.24%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=25.24%
G=33.41%
B=41.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051391720.390.1900.33209.5528.7654.31
Hex698BAC2713021d21d36
Octal15121325447230413223566
Binary110100110001011101011001001111001101000011101001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,139,172); }

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

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

 a { background-color: rgb(105,139,172); }

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

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

 span { border-color: rgb(105,139,172); }

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