#60879F

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

Shades of Air Force Blue #60879F

Tints of Air Force Blue #60879F

Color information

#60879F (or 0x60879F) is unknown color: approx Air Force Blue. HEX triplet: 60, 87 and 9F. RGB value is (96,135,159). Sum of RGB (Red+Green+Blue) = 96+135+159=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #60879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60879F is #9F7860. Grayscale: #7D7D7D. Windows color (decimal): -10451041 or 10454880. OLE color: 10454880.

HSL color Cylindrical-coordinate representation of color #60879F: hue angle of 202.86º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60879F is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96135159-
CMYK0.400.1500.38
HSL202.86º24.71%50%-
HSV(B)202.86º39.62%62.35%-
XYZ19.7522.3236.07-
YUV126.07146.58106.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.62%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 159 (62.5% from 255) = 40.77%
R=24.62%
G=34.62%
B=40.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961351590.400.1500.38202.8624.7150
Hex60879F28F026cb1932
Octal14020723750170463133162
Binary11000001000011110011111101000111101001101100101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,135,159); }

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

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

 a { background-color: rgb(96,135,159); }

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

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

 span { border-color: rgb(96,135,159); }

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