#60899E

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

Shades of Air Force Blue #60899E

Tints of Air Force Blue #60899E

Color information

#60899E (or 0x60899E) is unknown color: approx Air Force Blue. HEX triplet: 60, 89 and 9E. RGB value is (96,137,158). Sum of RGB (Red+Green+Blue) = 96+137+158=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #60899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60899E is #9F7661. Grayscale: #7F7F7F. Windows color (decimal): -10450530 or 10389856. OLE color: 10389856.

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

Color convert

RGB96137158-
CMYK0.390.1300.38
HSL200.32º24.41%49.8%-
HSV(B)200.32º39.24%61.96%-
XYZ19.9422.8535.71-
YUV127.14145.42105.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=24.55%
G=35.04%
B=40.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961371580.390.1300.38200.3224.4149.8
Hex60899E27D026c81832
Octal14021123647150463103062
Binary11000001000100110011110100111110101001101100100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60899E; }

 p { color: rgb(96,137,158); }

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

<style>
 a { background-color: #60899E; }

 a { background-color: rgb(96,137,158); }

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

<style>
 span { border-color: #60899E; }

 span { border-color: rgb(96,137,158); }

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