#647FA2

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

Shades of Air Force Blue #647FA2

Tints of Air Force Blue #647FA2

Color information

#647FA2 (or 0x647FA2) is unknown color: approx Air Force Blue. HEX triplet: 64, 7F and A2. RGB value is (100,127,162). Sum of RGB (Red+Green+Blue) = 100+127+162=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 162 - color contains mainly: blue. Hex color #647FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647FA2 is #9B805D. Grayscale: #7A7A7A. Windows color (decimal): -10190942 or 10649444. OLE color: 10649444.

HSL color Cylindrical-coordinate representation of color #647FA2: hue angle of 213.87º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #647FA2 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB100127162-
CMYK0.380.2200.36
HSL213.87º25%51.37%-
HSV(B)213.87º38.27%63.53%-
XYZ19.3720.537.12-
YUV122.92150.05111.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.71%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 162 (63.67% from 255) = 41.65%
R=25.71%
G=32.65%
B=41.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001271620.380.2200.36213.872551.37
Hex647FA22616024d61933
Octal14417724246260443263163
Binary11001001111111101000101001101011001001001101011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647FA2; }

 p { color: rgb(100,127,162); }

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

<style>
 a { background-color: #647FA2; }

 a { background-color: rgb(100,127,162); }

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

<style>
 span { border-color: #647FA2; }

 span { border-color: rgb(100,127,162); }

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