#60849D

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

Shades of Air Force Blue #60849D

Tints of Air Force Blue #60849D

Color information

#60849D (or 0x60849D) is unknown color: approx Air Force Blue. HEX triplet: 60, 84 and 9D. RGB value is (96,132,157). Sum of RGB (Red+Green+Blue) = 96+132+157=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #60849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60849D is #9F7B62. Grayscale: #7B7B7B. Windows color (decimal): -10451811 or 10323040. OLE color: 10323040.

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

Color convert

RGB96132157-
CMYK0.390.1600.38
HSL204.59º24.11%49.61%-
HSV(B)204.59º38.85%61.57%-
XYZ19.1621.4235.02-
YUV124.09146.57107.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=24.94%
G=34.29%
B=40.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961321570.390.1600.38204.5924.1149.61
Hex60849D2710026cd1832
Octal14020423547200463153062
Binary110000010000100100111011001111000001001101100110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,132,157); }

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

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

 a { background-color: rgb(96,132,157); }

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

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

 span { border-color: rgb(96,132,157); }

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