#6489AA

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

Shades of Air Force Blue #6489AA

Tints of Air Force Blue #6489AA

Color information

#6489AA (or 0x6489AA) is unknown color: approx Air Force Blue. HEX triplet: 64, 89 and AA. RGB value is (100,137,170). Sum of RGB (Red+Green+Blue) = 100+137+170=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #6489AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6489AA is #9B7655. Grayscale: #818181. Windows color (decimal): -10188374 or 11176292. OLE color: 11176292.

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

Color convert

RGB100137170-
CMYK0.410.1900.33
HSL208.29º29.17%52.94%-
HSV(B)208.29º41.18%66.67%-
XYZ21.4623.541.44-
YUV129.7150.74106.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.57%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=24.57%
G=33.66%
B=41.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001371700.410.1900.33208.2929.1752.94
Hex6489AA2913021d01d35
Octal14421125251230413203565
Binary110010010001001101010101010011001101000011101000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6489AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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