Html Css Color HEX #638DA0 Air Force Blue

📋 copy color: '#638DA0'

red 99 ◦ green 141 ◦ blue 160

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

Shades of Air Force Blue #638DA0

Tints of Air Force Blue #638DA0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.25%

 BLUE value IS 160 (62.89% from 255) = 40%

R = 24.75%
G = 35.25%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#638DA0 (or 0x638DA0) is known color: Air Force Blue. HEX triplet: 63, 8D and A0. RGB value is (99,141,160). Sum of RGB (Red+Green+Blue) = 99+141+160=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 160 - color contains mainly: blue. Hex color #638DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638DA0 is #9C725F. Grayscale: #828282. Windows color (decimal): -10252896 or 10521955. OLE color: 10521955.

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

Color convert

RGB 99 141 160 -
CMYK 0.38 0.12 0 0.37
HSL 198.69º 0.24% 0.51% -
HSV(B) 198.69º 0.38% 0.63% -
XYZ 21.02 24.24 36.83 -
YUV 130.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 99 141 160 0.38 0.12 0 0.37 198.69 0.24 0.51
Hex 63 8D A0 26 C 0 25 C7 18 33
Octal 143 215 240 46 14 0 45 307 30 63
Binary 1100011 10001101 10100000 100110 1100 0 100101 11000111 11000 110011

Color Harmonies of #638DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638DA0

Black with #638DA0

Text Example


Text Example

White with #638DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,141,160); }

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

background-color css

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

 a { background-color: rgb(99,141,160); }

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

border-color css

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

 span { border-color: rgb(99,141,160); }

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