Html Css Color HEX #638AAF Air Force Blue

📋 copy color: '#638AAF'

red 99 ◦ green 138 ◦ blue 175

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

Shades of Air Force Blue #638AAF

Tints of Air Force Blue #638AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.5%

 BLUE value IS 175 (68.75% from 255) = 42.48%

R = 24.03%
G = 33.5%
B = 42.48%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#638AAF (or 0x638AAF) is known color: Air Force Blue. HEX triplet: 63, 8A and AF. RGB value is (99,138,175). Sum of RGB (Red+Green+Blue) = 99+138+175=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #638AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638AAF is #9C7550. Grayscale: #828282. Windows color (decimal): -10253649 or 11504227. OLE color: 11504227.

HSL color Cylindrical-coordinate representation of color #638AAF: hue angle of 209.21º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #638AAF is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 138 175 -
CMYK 0.43 0.21 0 0.31
HSL 209.21º 0.32% 0.54% -
HSV(B) 209.21º 0.43% 0.69% -
XYZ 21.97 23.92 44.02 -
YUV 130.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 99 138 175 0.43 0.21 0 0.31 209.21 0.32 0.54
Hex 63 8A AF 2B 15 0 1F D1 20 36
Octal 143 212 257 53 25 0 37 321 40 66
Binary 1100011 10001010 10101111 101011 10101 0 11111 11010001 100000 110110

Color Harmonies of #638AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638AAF

Black with #638AAF

Text Example


Text Example

White with #638AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,138,175); }

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

background-color css

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

 a { background-color: rgb(99,138,175); }

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

border-color css

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

 span { border-color: rgb(99,138,175); }

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