#638aaf

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

Shades of Air Force Blue #638AAF

Tints of Air Force Blue #638AAF

Color information

#638AAF (or 0x638AAF) is unknown color: approx Air Force Blue. HEX triplet: 63, 8A and AF. RGB value is (99,138,175). Sum of RGB (Red+Green+Blue) = 99+138+175=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #638AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638AAF is #9C7550. Grayscale: #828282. Windows color (decimal): -10253649 or 11504227. OLE color: 11504227.

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

Color convert

RGB99138175-
CMYK0.430.2100.31
HSL209.21º32.2%53.73%-
HSV(B)209.21º43.43%68.63%-
XYZ21.9723.9244.02-
YUV130.56153.08105.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.03%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=24.03%
G=33.50%
B=42.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991381750.430.2100.31209.2132.253.73
Hex638AAF2B1501Fd12036
Octal14321225753250373214066
Binary110001110001010101011111010111010101111111010001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638aaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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