#60829D

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

Shades of Air Force Blue #60829D

Tints of Air Force Blue #60829D

Color information

#60829D (or 0x60829D) is unknown color: approx Air Force Blue. HEX triplet: 60, 82 and 9D. RGB value is (96,130,157). Sum of RGB (Red+Green+Blue) = 96+130+157=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #60829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60829D is #9F7D62. Grayscale: #7A7A7A. Windows color (decimal): -10452323 or 10322528. OLE color: 10322528.

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

Color convert

RGB96130157-
CMYK0.390.1700.38
HSL206.56º24.11%49.61%-
HSV(B)206.56º38.85%61.57%-
XYZ18.8920.8934.93-
YUV122.91147.24108.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=25.07%
G=33.94%
B=40.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961301570.390.1700.38206.5624.1149.61
Hex60829D2711026cf1832
Octal14020223547210463173062
Binary110000010000010100111011001111000101001101100111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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