#60829F

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

Shades of Air Force Blue #60829F

Tints of Air Force Blue #60829F

Color information

#60829F (or 0x60829F) is unknown color: approx Air Force Blue. HEX triplet: 60, 82 and 9F. RGB value is (96,130,159). Sum of RGB (Red+Green+Blue) = 96+130+159=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #60829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60829F is #9F7D60. Grayscale: #7A7A7A. Windows color (decimal): -10452321 or 10453600. OLE color: 10453600.

HSL color Cylindrical-coordinate representation of color #60829F: hue angle of 207.62º 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 #60829F is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96130159-
CMYK0.400.1800.38
HSL207.62º24.71%50%-
HSV(B)207.62º39.62%62.35%-
XYZ19.0620.9635.84-
YUV123.14148.24108.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=24.94%
G=33.77%
B=41.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961301590.400.1800.38207.6224.7150
Hex60829F2812026d01932
Octal14020223750220463203162
Binary110000010000010100111111010001001001001101101000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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