#698BAE

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

Shades of Air Force Blue #698BAE

Tints of Air Force Blue #698BAE

Color information

#698BAE (or 0x698BAE) is unknown color: approx Air Force Blue. HEX triplet: 69, 8B and AE. RGB value is (105,139,174). Sum of RGB (Red+Green+Blue) = 105+139+174=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #698BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698BAE is #967451. Grayscale: #848484. Windows color (decimal): -9860178 or 11438953. OLE color: 11438953.

HSL color Cylindrical-coordinate representation of color #698BAE: hue angle of 210.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #698BAE is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105139174-
CMYK0.400.2000.32
HSL210.43º29.87%54.71%-
HSV(B)210.43º39.66%68.24%-
XYZ22.724.5243.58-
YUV132.82151.24108.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.12%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=25.12%
G=33.25%
B=41.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051391740.400.2000.32210.4329.8754.71
Hex698BAE2814020d21e37
Octal15121325650240403223667
Binary110100110001011101011101010001010001000001101001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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