#6989AD

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

Shades of Air Force Blue #6989AD

Tints of Air Force Blue #6989AD

Color information

#6989AD (or 0x6989AD) is unknown color: approx Air Force Blue. HEX triplet: 69, 89 and AD. RGB value is (105,137,173). Sum of RGB (Red+Green+Blue) = 105+137+173=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #6989AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6989AD is #967652. Grayscale: #838383. Windows color (decimal): -9860691 or 11372905. OLE color: 11372905.

HSL color Cylindrical-coordinate representation of color #6989AD: hue angle of 211.76º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6989AD is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105137173-
CMYK0.390.2100.32
HSL211.76º29.31%54.51%-
HSV(B)211.76º39.31%67.84%-
XYZ22.3123.9142.97-
YUV131.54151.4109.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=25.30%
G=33.01%
B=41.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051371730.390.2100.32211.7629.3154.51
Hex6989AD2715020d41d37
Octal15121125547250403243567
Binary110100110001001101011011001111010101000001101010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6989AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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