#648BAF

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

Shades of Air Force Blue #648BAF

Tints of Air Force Blue #648BAF

Color information

#648BAF (or 0x648BAF) is unknown color: approx Air Force Blue. HEX triplet: 64, 8B and AF. RGB value is (100,139,175). Sum of RGB (Red+Green+Blue) = 100+139+175=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #648BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648BAF is #9B7450. Grayscale: #838383. Windows color (decimal): -10187857 or 11504484. OLE color: 11504484.

HSL color Cylindrical-coordinate representation of color #648BAF: hue angle of 208.8º 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 #648BAF is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB100139175-
CMYK0.430.2100.31
HSL208.8º31.91%53.92%-
HSV(B)208.8º42.86%68.63%-
XYZ22.2324.2744.07-
YUV131.44152.58105.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.15%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=24.15%
G=33.57%
B=42.27%

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
Decimal1001391750.430.2100.31208.831.9153.92
Hex648BAF2B1501Fd12036
Octal14421325753250373214066
Binary110010010001011101011111010111010101111111010001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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