#638DAD

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

Shades of Air Force Blue #638DAD

Tints of Air Force Blue #638DAD

Color information

#638DAD (or 0x638DAD) is unknown color: approx Air Force Blue. HEX triplet: 63, 8D and AD. RGB value is (99,141,173). Sum of RGB (Red+Green+Blue) = 99+141+173=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #638DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638DAD is #9C7252. Grayscale: #838383. Windows color (decimal): -10252883 or 11373923. OLE color: 11373923.

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

Color convert

RGB99141173-
CMYK0.430.1800.32
HSL205.95º31.09%53.33%-
HSV(B)205.95º42.77%67.84%-
XYZ22.2124.7243.14-
YUV132.09151.09104.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.97%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=23.97%
G=34.14%
B=41.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991411730.430.1800.32205.9531.0953.33
Hex638DAD2B12020ce1f35
Octal14321525553220403163765
Binary110001110001101101011011010111001001000001100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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