#648AA0

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

Shades of Air Force Blue #648AA0

Tints of Air Force Blue #648AA0

Color information

#648AA0 (or 0x648AA0) is unknown color: approx Air Force Blue. HEX triplet: 64, 8A and A0. RGB value is (100,138,160). Sum of RGB (Red+Green+Blue) = 100+138+160=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: blue. Hex color #648AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648AA0 is #9B755F. Grayscale: #818181. Windows color (decimal): -10188128 or 10521188. OLE color: 10521188.

HSL color Cylindrical-coordinate representation of color #648AA0: hue angle of 202º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #648AA0 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB100138160-
CMYK0.380.1400.37
HSL202º24%50.98%-
HSV(B)202º37.5%62.75%-
XYZ20.6923.4236.69-
YUV129.15145.41107.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.13%
GREEN value IS 138 (54.30% from 255) = 34.67%
BLUE value IS 160 (62.89% from 255) = 40.20%
R=25.13%
G=34.67%
B=40.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1001381600.380.1400.372022450.98
Hex648AA026E025ca1833
Octal14421224046160453123063
Binary11001001000101010100000100110111001001011100101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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