#638DAE

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

Shades of Air Force Blue #638DAE

Tints of Air Force Blue #638DAE

Color information

#638DAE (or 0x638DAE) is unknown color: approx Air Force Blue. HEX triplet: 63, 8D and AE. RGB value is (99,141,174). Sum of RGB (Red+Green+Blue) = 99+141+174=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #638DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638DAE is #9C7251. Grayscale: #848484. Windows color (decimal): -10252882 or 11439459. OLE color: 11439459.

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

Color convert

RGB99141174-
CMYK0.430.1900.32
HSL206.4º31.65%53.53%-
HSV(B)206.4º43.1%68.24%-
XYZ22.3124.7643.65-
YUV132.2151.59104.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.91%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=23.91%
G=34.06%
B=42.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991411740.430.1900.32206.431.6553.53
Hex638DAE2B13020ce2036
Octal14321525653230403164066
Binary1100011100011011010111010101110011010000011001110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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