#6689AA

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

Shades of Air Force Blue #6689AA

Tints of Air Force Blue #6689AA

Color information

#6689AA (or 0x6689AA) is unknown color: approx Air Force Blue. HEX triplet: 66, 89 and AA. RGB value is (102,137,170). Sum of RGB (Red+Green+Blue) = 102+137+170=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #6689AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6689AA is #997655. Grayscale: #828282. Windows color (decimal): -10057302 or 11176294. OLE color: 11176294.

HSL color Cylindrical-coordinate representation of color #6689AA: hue angle of 209.12º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6689AA is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102137170-
CMYK0.40.1900.33
HSL209.12º28.57%53.33%-
HSV(B)209.12º40%66.67%-
XYZ21.6823.6241.45-
YUV130.3150.4107.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.94%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=24.94%
G=33.50%
B=41.56%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021371700.40.1900.33209.1228.5753.33
Hex6689AA2813021d11d35
Octal14621125250230413213565
Binary110011010001001101010101010001001101000011101000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6689AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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