Html Css Color HEX #638CA1 Air Force Blue

📋 copy color: '#638CA1'

red 99 ◦ green 140 ◦ blue 161

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

Shades of Air Force Blue #638CA1

Tints of Air Force Blue #638CA1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

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

R = 24.75%
G = 35%
B = 40.25%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#638CA1 (or 0x638CA1) is known color: Air Force Blue. HEX triplet: 63, 8C and A1. RGB value is (99,140,161). Sum of RGB (Red+Green+Blue) = 99+140+161=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 161 - color contains mainly: blue. Hex color #638CA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638CA1 is #9C735E. Grayscale: #828282. Windows color (decimal): -10253151 or 10587235. OLE color: 10587235.

HSL color Cylindrical-coordinate representation of color #638CA1: hue angle of 200.32º 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 #638CA1 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 140 161 -
CMYK 0.39 0.13 0 0.37
HSL 200.32º 0.25% 0.51% -
HSV(B) 200.32º 0.39% 0.63% -
XYZ 20.96 23.98 37.24 -
YUV 130.14 145.42 105.79 -
System Red Green Blue C M Y K H S L
Decimal 99 140 161 0.39 0.13 0 0.37 200.32 0.25 0.51
Hex 63 8C A1 27 D 0 25 C8 19 33
Octal 143 214 241 47 15 0 45 310 31 63
Binary 1100011 10001100 10100001 100111 1101 0 100101 11001000 11001 110011

Color Harmonies of #638CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638CA1

Black with #638CA1

Text Example


Text Example

White with #638CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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