#647FAA

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

Shades of Air Force Blue #647FAA

Tints of Air Force Blue #647FAA

Color information

#647FAA (or 0x647FAA) is unknown color: approx Air Force Blue. HEX triplet: 64, 7F and AA. RGB value is (100,127,170). Sum of RGB (Red+Green+Blue) = 100+127+170=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #647FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647FAA is #9B8055. Grayscale: #7B7B7B. Windows color (decimal): -10190934 or 11173732. OLE color: 11173732.

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

Color convert

RGB100127170-
CMYK0.410.2500.33
HSL216.86º29.17%52.94%-
HSV(B)216.86º41.18%66.67%-
XYZ20.120.7940.98-
YUV123.83154.05111-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.19%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=25.19%
G=31.99%
B=42.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001271700.410.2500.33216.8629.1752.94
Hex647FAA2919021d91d35
Octal14417725251310413313565
Binary11001001111111101010101010011100101000011101100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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