#6989AE

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

Shades of Air Force Blue #6989AE

Tints of Air Force Blue #6989AE

Color information

#6989AE (or 0x6989AE) is unknown color: approx Air Force Blue. HEX triplet: 69, 89 and AE. RGB value is (105,137,174). Sum of RGB (Red+Green+Blue) = 105+137+174=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #6989AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6989AE is #967651. Grayscale: #838383. Windows color (decimal): -9860690 or 11438441. OLE color: 11438441.

HSL color Cylindrical-coordinate representation of color #6989AE: hue angle of 212.17º 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 #6989AE is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105137174-
CMYK0.400.2100.32
HSL212.17º29.87%54.71%-
HSV(B)212.17º39.66%68.24%-
XYZ22.4123.9543.49-
YUV131.65151.9108.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.24%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=25.24%
G=32.93%
B=41.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051371740.400.2100.32212.1729.8754.71
Hex6989AE2815020d41e37
Octal15121125650250403243667
Binary110100110001001101011101010001010101000001101010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6989AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6989AE; }

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

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

<style>
 a { background-color: #6989AE; }

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

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

<style>
 span { border-color: #6989AE; }

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

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