Html Css Color HEX #637FAC Air Force Blue

📋 copy color: '#637FAC'

red 99 ◦ green 127 ◦ blue 172

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

Shades of Air Force Blue #637FAC

Tints of Air Force Blue #637FAC

RGB

 RED value IS 99 (39.06% from 255) = 24.87%

 GREEN value IS 127 (50% from 255) = 31.91%

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 24.87%
G = 31.91%
B = 43.22%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#637FAC (or 0x637FAC) is known color: Air Force Blue. HEX triplet: 63, 7F and AC. RGB value is (99,127,172). Sum of RGB (Red+Green+Blue) = 99+127+172=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #637FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637FAC is #9C8053. Grayscale: #7B7B7B. Windows color (decimal): -10256468 or 11304803. OLE color: 11304803.

HSL color Cylindrical-coordinate representation of color #637FAC: hue angle of 216.99º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #637FAC is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 127 172 -
CMYK 0.42 0.26 0 0.33
HSL 216.99º 0.31% 0.53% -
HSV(B) 216.99º 0.42% 0.67% -
XYZ 20.18 20.81 41.98 -
YUV 123.76 155.22 110.34 -
System Red Green Blue C M Y K H S L
Decimal 99 127 172 0.42 0.26 0 0.33 216.99 0.31 0.53
Hex 63 7F AC 2A 1A 0 21 D9 1F 35
Octal 143 177 254 52 32 0 41 331 37 65
Binary 1100011 1111111 10101100 101010 11010 0 100001 11011001 11111 110101

Color Harmonies of #637FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637FAC

Black with #637FAC

Text Example


Text Example

White with #637FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637FAC; }

 p { color: rgb(99,127,172); }

 H1.HeaderClassName
 {
   color: #637FAC;
 }
 .AnyTagClassName
 {
   color: #637FAC;
 }
</style>

background-color css

<style>
 a { background-color: #637FAC; }

 a { background-color: rgb(99,127,172); }

 div.DivClassName
 {
   background-color: #637FAC;
 }
 .BgClassName
 {
   background-color: #637FAC;
 }
</style>

border-color css

<style>
 span { border-color: #637FAC; }

 span { border-color: rgb(99,127,172); }

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