#648AAA

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

Shades of Air Force Blue #648AAA

Tints of Air Force Blue #648AAA

Color information

#648AAA (or 0x648AAA) is unknown color: approx Air Force Blue. HEX triplet: 64, 8A and AA. RGB value is (100,138,170). Sum of RGB (Red+Green+Blue) = 100+138+170=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #648AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648AAA is #9B7555. Grayscale: #828282. Windows color (decimal): -10188118 or 11176548. OLE color: 11176548.

HSL color Cylindrical-coordinate representation of color #648AAA: hue angle of 207.43º 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 #648AAA is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100138170-
CMYK0.410.1900.33
HSL207.43º29.17%52.94%-
HSV(B)207.43º41.18%66.67%-
XYZ21.623.7941.48-
YUV130.29150.41106.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.51%
GREEN value IS 138 (54.30% from 255) = 33.82%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=24.51%
G=33.82%
B=41.67%

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
Decimal1001381700.410.1900.33207.4329.1752.94
Hex648AAA2913021cf1d35
Octal14421225251230413173565
Binary110010010001010101010101010011001101000011100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648AAA; }

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

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

<style>
 a { background-color: #648AAA; }

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

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

<style>
 span { border-color: #648AAA; }

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

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