#64829F

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

Shades of Air Force Blue #64829F

Tints of Air Force Blue #64829F

Color information

#64829F (or 0x64829F) is unknown color: approx Air Force Blue. HEX triplet: 64, 82 and 9F. RGB value is (100,130,159). Sum of RGB (Red+Green+Blue) = 100+130+159=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #64829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64829F is #9B7D60. Grayscale: #7C7C7C. Windows color (decimal): -10190177 or 10453604. OLE color: 10453604.

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

Color convert

RGB100130159-
CMYK0.370.1800.38
HSL209.49º23.51%50.78%-
HSV(B)209.49º37.11%62.35%-
XYZ19.521.1835.86-
YUV124.34147.56110.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.71%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=25.71%
G=33.42%
B=40.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001301590.370.1800.38209.4923.5150.78
Hex64829F2512026d11833
Octal14420223745220463213063
Binary110010010000010100111111001011001001001101101000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64829F; }

 p { color: rgb(100,130,159); }

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

<style>
 a { background-color: #64829F; }

 a { background-color: rgb(100,130,159); }

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

<style>
 span { border-color: #64829F; }

 span { border-color: rgb(100,130,159); }

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