#63869D

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

Shades of Air Force Blue #63869D

Tints of Air Force Blue #63869D

Color information

#63869D (or 0x63869D) is unknown color: approx Air Force Blue. HEX triplet: 63, 86 and 9D. RGB value is (99,134,157). Sum of RGB (Red+Green+Blue) = 99+134+157=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #63869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63869D is #9C7962. Grayscale: #7E7E7E. Windows color (decimal): -10254691 or 10323555. OLE color: 10323555.

HSL color Cylindrical-coordinate representation of color #63869D: hue angle of 203.79º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63869D is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99134157-
CMYK0.370.1500.38
HSL203.79º22.83%50.2%-
HSV(B)203.79º36.94%61.57%-
XYZ19.7622.1435.13-
YUV126.16145.4108.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.38%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=25.38%
G=34.36%
B=40.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991341570.370.1500.38203.7922.8350.2
Hex63869D25F026cc1732
Octal14320623545170463142762
Binary11000111000011010011101100101111101001101100110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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