#648FAA

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

Shades of Air Force Blue #648FAA

Tints of Air Force Blue #648FAA

Color information

#648FAA (or 0x648FAA) is unknown color: approx Air Force Blue. HEX triplet: 64, 8F and AA. RGB value is (100,143,170). Sum of RGB (Red+Green+Blue) = 100+143+170=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #648FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648FAA is #9B7055. Grayscale: #858585. Windows color (decimal): -10186838 or 11177828. OLE color: 11177828.

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

Color convert

RGB100143170-
CMYK0.410.1600.33
HSL203.14º29.17%52.94%-
HSV(B)203.14º41.18%66.67%-
XYZ22.3325.2641.73-
YUV133.22148.75104.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.21%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=24.21%
G=34.62%
B=41.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001431700.410.1600.33203.1429.1752.94
Hex648FAA2910021cb1d35
Octal14421725251200413133565
Binary110010010001111101010101010011000001000011100101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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