Html Css Color HEX #638BA1 Air Force Blue

📋 copy color: '#638BA1'

red 99 ◦ green 139 ◦ blue 161

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

Shades of Air Force Blue #638BA1

Tints of Air Force Blue #638BA1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.84%

 BLUE value IS 161 (63.28% from 255) = 40.35%

R = 24.81%
G = 34.84%
B = 40.35%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#638BA1 (or 0x638BA1) is known color: Air Force Blue. HEX triplet: 63, 8B and A1. RGB value is (99,139,161). Sum of RGB (Red+Green+Blue) = 99+139+161=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 161 - color contains mainly: blue. Hex color #638BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638BA1 is #9C745E. Grayscale: #818181. Windows color (decimal): -10253407 or 10586979. OLE color: 10586979.

HSL color Cylindrical-coordinate representation of color #638BA1: hue angle of 201.29º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #638BA1 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 139 161 -
CMYK 0.39 0.14 0 0.37
HSL 201.29º 0.25% 0.51% -
HSV(B) 201.29º 0.39% 0.63% -
XYZ 20.81 23.69 37.19 -
YUV 129.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 99 139 161 0.39 0.14 0 0.37 201.29 0.25 0.51
Hex 63 8B A1 27 E 0 25 C9 19 33
Octal 143 213 241 47 16 0 45 311 31 63
Binary 1100011 10001011 10100001 100111 1110 0 100101 11001001 11001 110011

Color Harmonies of #638BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638BA1

Black with #638BA1

Text Example


Text Example

White with #638BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,139,161); }

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

background-color css

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

 a { background-color: rgb(99,139,161); }

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

border-color css

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

 span { border-color: rgb(99,139,161); }

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