Html Css Color HEX #657FA1 Air Force Blue

📋 copy color: '#657FA1'

red 101 ◦ green 127 ◦ blue 161

#657FA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #657FA1

Tints of Air Force Blue #657FA1

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 value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#657FA1 (or 0x657FA1) is known color: 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

RGB 101 127 161 -
CMYK 0.37 0.21 0 0.37
HSL 214º 0.24% 0.51% -
HSV(B) 214º 0.37% 0.63% -
XYZ 19.39 20.52 36.66 -
YUV 123.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 101 127 161 0.37 0.21 0 0.37 214 0.24 0.51
Hex 65 7F A1 25 15 0 25 D6 18 33
Octal 145 177 241 45 25 0 45 326 30 63
Binary 1100101 1111111 10100001 100101 10101 0 100101 11010110 11000 110011

Color Harmonies of #657FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657FA1

Black with #657FA1

Text Example


Text Example

White with #657FA1

Text Example


Text Example

HTML Codes & Css Web 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>