#648BA5

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

Shades of Air Force Blue #648BA5

Tints of Air Force Blue #648BA5

Color information

#648BA5 (or 0x648BA5) is unknown color: approx Air Force Blue. HEX triplet: 64, 8B and A5. RGB value is (100,139,165). Sum of RGB (Red+Green+Blue) = 100+139+165=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 165 - color contains mainly: blue. Hex color #648BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648BA5 is #9B745A. Grayscale: #828282. Windows color (decimal): -10187867 or 10849124. OLE color: 10849124.

HSL color Cylindrical-coordinate representation of color #648BA5: hue angle of 204º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #648BA5 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB100139165-
CMYK0.390.1600.35
HSL204º26.53%51.96%-
HSV(B)204º39.39%64.71%-
XYZ21.2823.8939.09-
YUV130.3147.58106.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.75%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 165 (64.84% from 255) = 40.84%
R=24.75%
G=34.41%
B=40.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001391650.390.1600.3520426.5351.96
Hex648BA52710023cc1b34
Octal14421324547200433143364
Binary110010010001011101001011001111000001000111100110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648BA5; }

 p { color: rgb(100,139,165); }

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

<style>
 a { background-color: #648BA5; }

 a { background-color: rgb(100,139,165); }

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

<style>
 span { border-color: #648BA5; }

 span { border-color: rgb(100,139,165); }

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