#657FA1

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

Shades of Air Force Blue #657FA1

Tints of Air Force Blue #657FA1

Color information

#657FA1 (or 0x657FA1) is unknown color: approx Air Force Blue. HEX triplet: 65, 7F and A1. RGB value is (101,127,161). Sum of RGB (Red+Green+Blue) = 101+127+161=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 161 - color contains mainly: blue. Hex color #657FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657FA1 is #9A805E. Grayscale: #7A7A7A. Windows color (decimal): -10125407 or 10583909. OLE color: 10583909.

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

Color convert

RGB101127161-
CMYK0.370.2100.37
HSL214º24.19%51.37%-
HSV(B)214º37.27%63.14%-
XYZ19.3920.5236.66-
YUV123.1149.39112.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.96%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 161 (63.28% from 255) = 41.39%
R=25.96%
G=32.65%
B=41.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1011271610.370.2100.3721424.1951.37
Hex657FA12515025d61833
Octal14517724145250453263063
Binary11001011111111101000011001011010101001011101011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,127,161); }

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

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

 a { background-color: rgb(101,127,161); }

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

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

 span { border-color: rgb(101,127,161); }

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