#648FAE

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

Shades of Air Force Blue #648FAE

Tints of Air Force Blue #648FAE

Color information

#648FAE (or 0x648FAE) is unknown color: approx Air Force Blue. HEX triplet: 64, 8F and AE. RGB value is (100,143,174). Sum of RGB (Red+Green+Blue) = 100+143+174=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #648FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648FAE is #9B7051. Grayscale: #858585. Windows color (decimal): -10186834 or 11439972. OLE color: 11439972.

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

Color convert

RGB100143174-
CMYK0.430.1800.32
HSL205.14º31.36%53.73%-
HSV(B)205.14º42.53%68.24%-
XYZ22.7225.4143.75-
YUV133.68150.75103.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.98%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=23.98%
G=34.29%
B=41.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001431740.430.1800.32205.1431.3653.73
Hex648FAE2B12020cd1f36
Octal14421725653220403153766
Binary110010010001111101011101010111001001000001100110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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