#63869F

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

Shades of Air Force Blue #63869F

Tints of Air Force Blue #63869F

Color information

#63869F (or 0x63869F) is unknown color: approx Air Force Blue. HEX triplet: 63, 86 and 9F. RGB value is (99,134,159). Sum of RGB (Red+Green+Blue) = 99+134+159=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #63869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63869F is #9C7960. Grayscale: #7E7E7E. Windows color (decimal): -10254689 or 10454627. OLE color: 10454627.

HSL color Cylindrical-coordinate representation of color #63869F: hue angle of 205º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63869F is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99134159-
CMYK0.380.1600.38
HSL205º23.81%50.59%-
HSV(B)205º37.74%62.35%-
XYZ19.9322.2136.04-
YUV126.38146.4108.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.26%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 159 (62.5% from 255) = 40.56%
R=25.26%
G=34.18%
B=40.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991341590.380.1600.3820523.8150.59
Hex63869F2610026cd1833
Octal14320623746200463153063
Binary110001110000110100111111001101000001001101100110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63869F; }

 p { color: rgb(99,134,159); }

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

<style>
 a { background-color: #63869F; }

 a { background-color: rgb(99,134,159); }

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

<style>
 span { border-color: #63869F; }

 span { border-color: rgb(99,134,159); }

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