#647FA6

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

Shades of Air Force Blue #647FA6

Tints of Air Force Blue #647FA6

Color information

#647FA6 (or 0x647FA6) is unknown color: approx Air Force Blue. HEX triplet: 64, 7F and A6. RGB value is (100,127,166). Sum of RGB (Red+Green+Blue) = 100+127+166=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 166 - color contains mainly: blue. Hex color #647FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647FA6 is #9B8059. Grayscale: #7B7B7B. Windows color (decimal): -10190938 or 10911588. OLE color: 10911588.

HSL color Cylindrical-coordinate representation of color #647FA6: hue angle of 215.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #647FA6 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB100127166-
CMYK0.400.2300.35
HSL215.45º27.05%52.16%-
HSV(B)215.45º39.76%65.1%-
XYZ19.7320.6439.02-
YUV123.37152.05111.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 166 (65.23% from 255) = 42.24%
R=25.45%
G=32.32%
B=42.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001271660.400.2300.35215.4527.0552.16
Hex647FA62817023d71b34
Octal14417724650270433273364
Binary11001001111111101001101010001011101000111101011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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