#648AAF

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

Shades of Air Force Blue #648AAF

Tints of Air Force Blue #648AAF

Color information

#648AAF (or 0x648AAF) is unknown color: approx Air Force Blue. HEX triplet: 64, 8A and AF. RGB value is (100,138,175). Sum of RGB (Red+Green+Blue) = 100+138+175=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #648AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648AAF is #9B7550. Grayscale: #828282. Windows color (decimal): -10188113 or 11504228. OLE color: 11504228.

HSL color Cylindrical-coordinate representation of color #648AAF: hue angle of 209.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #648AAF is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB100138175-
CMYK0.430.2100.31
HSL209.6º31.91%53.92%-
HSV(B)209.6º42.86%68.63%-
XYZ22.0823.9844.02-
YUV130.86152.91105.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.21%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=24.21%
G=33.41%
B=42.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001381750.430.2100.31209.631.9153.92
Hex648AAF2B1501Fd22036
Octal14421225753250373224066
Binary110010010001010101011111010111010101111111010010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,138,175); }

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

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

 a { background-color: rgb(100,138,175); }

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

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

 span { border-color: rgb(100,138,175); }

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