#638CAA

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

Shades of Air Force Blue #638CAA

Tints of Air Force Blue #638CAA

Color information

#638CAA (or 0x638CAA) is unknown color: approx Air Force Blue. HEX triplet: 63, 8C and AA. RGB value is (99,140,170). Sum of RGB (Red+Green+Blue) = 99+140+170=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #638CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638CAA is #9C7355. Grayscale: #838383. Windows color (decimal): -10253142 or 11177059. OLE color: 11177059.

HSL color Cylindrical-coordinate representation of color #638CAA: hue angle of 205.35º 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 #638CAA is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99140170-
CMYK0.420.1800.33
HSL205.35º29.46%52.75%-
HSV(B)205.35º41.76%66.67%-
XYZ21.7824.3141.57-
YUV131.16149.92105.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.21%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=24.21%
G=34.23%
B=41.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991401700.420.1800.33205.3529.4652.75
Hex638CAA2A12021cd1d35
Octal14321425252220413153565
Binary110001110001100101010101010101001001000011100110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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