#648FA1

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

Shades of Air Force Blue #648FA1

Tints of Air Force Blue #648FA1

Color information

#648FA1 (or 0x648FA1) is unknown color: approx Air Force Blue. HEX triplet: 64, 8F and A1. RGB value is (100,143,161). Sum of RGB (Red+Green+Blue) = 100+143+161=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 161 - color contains mainly: blue. Hex color #648FA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648FA1 is #9B705E. Grayscale: #848484. Windows color (decimal): -10186847 or 10588004. OLE color: 10588004.

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

Color convert

RGB100143161-
CMYK0.380.1100.37
HSL197.7º24.5%51.18%-
HSV(B)197.7º37.89%63.14%-
XYZ21.5124.9337.4-
YUV132.2144.25105.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.75%
GREEN value IS 143 (56.25% from 255) = 35.40%
BLUE value IS 161 (63.28% from 255) = 39.85%
R=24.75%
G=35.40%
B=39.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1001431610.380.1100.37197.724.551.18
Hex648FA126B025c61833
Octal14421724146130453063063
Binary11001001000111110100001100110101101001011100011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,143,161); }

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

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

 a { background-color: rgb(100,143,161); }

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

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

 span { border-color: rgb(100,143,161); }

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