#698BAB

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

Shades of Air Force Blue #698BAB

Tints of Air Force Blue #698BAB

Color information

#698BAB (or 0x698BAB) is unknown color: approx Air Force Blue. HEX triplet: 69, 8B and AB. RGB value is (105,139,171). Sum of RGB (Red+Green+Blue) = 105+139+171=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #698BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698BAB is #967454. Grayscale: #848484. Windows color (decimal): -9860181 or 11242345. OLE color: 11242345.

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

Color convert

RGB105139171-
CMYK0.390.1900.33
HSL209.09º28.21%54.12%-
HSV(B)209.09º38.6%67.06%-
XYZ22.4124.4142.06-
YUV132.48149.74108.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=25.30%
G=33.49%
B=41.20%

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
Decimal1051391710.390.1900.33209.0928.2154.12
Hex698BAB2713021d11c36
Octal15121325347230413213466
Binary110100110001011101010111001111001101000011101000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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