#638DAF

Color #638DAF Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #638DAF

Tints of Air Force Blue #638DAF

Color information

#638DAF (or 0x638DAF) is unknown color: approx Air Force Blue. HEX triplet: 63, 8D and AF. RGB value is (99,141,175). Sum of RGB (Red+Green+Blue) = 99+141+175=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #638DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638DAF is #9C7250. Grayscale: #848484. Windows color (decimal): -10252881 or 11504995. OLE color: 11504995.

HSL color Cylindrical-coordinate representation of color #638DAF: hue angle of 206.84º 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 #638DAF is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB99141175-
CMYK0.430.1900.31
HSL206.84º32.2%53.73%-
HSV(B)206.84º43.43%68.63%-
XYZ22.4124.844.16-
YUV132.32152.09104.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.86%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=23.86%
G=33.98%
B=42.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991411750.430.1900.31206.8432.253.73
Hex638DAF2B1301Fcf2036
Octal14321525753230373174066
Binary110001110001101101011111010111001101111111001111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #638DAF;
 }
 .AnyTagClassName
 {
   color: #638DAF;
 }
</style>
background-color css

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

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

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

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

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

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