#638aaa

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

Shades of Air Force Blue #638AAA

Tints of Air Force Blue #638AAA

Color information

#638AAA (or 0x638AAA) is unknown color: approx Air Force Blue. HEX triplet: 63, 8A and AA. RGB value is (99,138,170). Sum of RGB (Red+Green+Blue) = 99+138+170=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #638AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638AAA is #9C7555. Grayscale: #818181. Windows color (decimal): -10253654 or 11176547. OLE color: 11176547.

HSL color Cylindrical-coordinate representation of color #638AAA: hue angle of 207.04º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #638AAA is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99138170-
CMYK0.420.1900.33
HSL207.04º29.46%52.75%-
HSV(B)207.04º41.76%66.67%-
XYZ21.4923.7341.48-
YUV129.99150.58105.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.32%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=24.32%
G=33.91%
B=41.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991381700.420.1900.33207.0429.4652.75
Hex638AAA2A13021cf1d35
Octal14321225252230413173565
Binary110001110001010101010101010101001101000011100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638aaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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