Html Css Color HEX #638FAA Air Force Blue

📋 copy color: '#638FAA'

red 99 ◦ green 143 ◦ blue 170

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

Shades of Air Force Blue #638FAA

Tints of Air Force Blue #638FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.71%

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 24.03%
G = 34.71%
B = 41.26%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#638FAA (or 0x638FAA) is known color: Air Force Blue. HEX triplet: 63, 8F and AA. RGB value is (99,143,170). Sum of RGB (Red+Green+Blue) = 99+143+170=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #638FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638FAA is #9C7055. Grayscale: #848484. Windows color (decimal): -10252374 or 11177827. OLE color: 11177827.

HSL color Cylindrical-coordinate representation of color #638FAA: hue angle of 202.82º degrees, saturation: 0.29, 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 #638FAA is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 143 170 -
CMYK 0.42 0.16 0 0.33
HSL 202.82º 0.29% 0.53% -
HSV(B) 202.82º 0.42% 0.67% -
XYZ 22.22 25.2 41.72 -
YUV 132.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 99 143 170 0.42 0.16 0 0.33 202.82 0.29 0.53
Hex 63 8F AA 2A 10 0 21 CB 1D 35
Octal 143 217 252 52 20 0 41 313 35 65
Binary 1100011 10001111 10101010 101010 10000 0 100001 11001011 11101 110101

Color Harmonies of #638FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638FAA

Black with #638FAA

Text Example


Text Example

White with #638FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638FAA; }

 p { color: rgb(99,143,170); }

 H1.HeaderClassName
 {
   color: #638FAA;
 }
 .AnyTagClassName
 {
   color: #638FAA;
 }
</style>

background-color css

<style>
 a { background-color: #638FAA; }

 a { background-color: rgb(99,143,170); }

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

border-color css

<style>
 span { border-color: #638FAA; }

 span { border-color: rgb(99,143,170); }

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