Html Css Color HEX #637F9F Air Force Blue

📋 copy color: '#637F9F'

red 99 ◦ green 127 ◦ blue 159

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

Shades of Air Force Blue #637F9F

Tints of Air Force Blue #637F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 25.71%
G = 32.99%
B = 41.3%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#637F9F (or 0x637F9F) is known color: Air Force Blue. HEX triplet: 63, 7F and 9F. RGB value is (99,127,159). Sum of RGB (Red+Green+Blue) = 99+127+159=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #637F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637F9F is #9C8060. Grayscale: #7A7A7A. Windows color (decimal): -10256481 or 10452835. OLE color: 10452835.

HSL color Cylindrical-coordinate representation of color #637F9F: hue angle of 212º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #637F9F is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 127 159 -
CMYK 0.38 0.20 0 0.38
HSL 212º 0.24% 0.51% -
HSV(B) 212º 0.38% 0.62% -
XYZ 18.99 20.33 35.72 -
YUV 122.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 99 127 159 0.38 0.20 0 0.38 212 0.24 0.51
Hex 63 7F 9F 26 14 0 26 D4 18 33
Octal 143 177 237 46 24 0 46 324 30 63
Binary 1100011 1111111 10011111 100110 10100 0 100110 11010100 11000 110011

Color Harmonies of #637F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637F9F

Black with #637F9F

Text Example


Text Example

White with #637F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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