#64889F

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

Shades of Air Force Blue #64889F

Tints of Air Force Blue #64889F

Color information

#64889F (or 0x64889F) is unknown color: approx Air Force Blue. HEX triplet: 64, 88 and 9F. RGB value is (100,136,159). Sum of RGB (Red+Green+Blue) = 100+136+159=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #64889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64889F is #9B7760. Grayscale: #7F7F7F. Windows color (decimal): -10188641 or 10455140. OLE color: 10455140.

HSL color Cylindrical-coordinate representation of color #64889F: hue angle of 203.39º 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 #64889F is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100136159-
CMYK0.370.1400.38
HSL203.39º23.51%50.78%-
HSV(B)203.39º37.11%62.35%-
XYZ20.3222.8236.13-
YUV127.86145.57108.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=25.32%
G=34.43%
B=40.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001361590.370.1400.38203.3923.5150.78
Hex64889F25E026cb1833
Octal14421023745160463133063
Binary11001001000100010011111100101111001001101100101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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