#6689AE

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

Shades of Air Force Blue #6689AE

Tints of Air Force Blue #6689AE

Color information

#6689AE (or 0x6689AE) is unknown color: approx Air Force Blue. HEX triplet: 66, 89 and AE. RGB value is (102,137,174). Sum of RGB (Red+Green+Blue) = 102+137+174=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #6689AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6689AE is #997651. Grayscale: #828282. Windows color (decimal): -10057298 or 11438438. OLE color: 11438438.

HSL color Cylindrical-coordinate representation of color #6689AE: hue angle of 210.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6689AE is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102137174-
CMYK0.410.2100.32
HSL210.83º30.77%54.12%-
HSV(B)210.83º41.38%68.24%-
XYZ22.0723.7743.47-
YUV130.75152.4107.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=24.70%
G=33.17%
B=42.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021371740.410.2100.32210.8330.7754.12
Hex6689AE2915020d31f36
Octal14621125651250403233766
Binary110011010001001101011101010011010101000001101001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6689AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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