#62809F

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

Shades of Air Force Blue #62809F

Tints of Air Force Blue #62809F

Color information

#62809F (or 0x62809F) is unknown color: approx Air Force Blue. HEX triplet: 62, 80 and 9F. RGB value is (98,128,159). Sum of RGB (Red+Green+Blue) = 98+128+159=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 128 (50.39% from 255 or 33.25% 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 #62809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62809F is #9D7F60. Grayscale: #7A7A7A. Windows color (decimal): -10321761 or 10453090. OLE color: 10453090.

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

Color convert

RGB98128159-
CMYK0.380.1900.38
HSL210.49º24.11%50.39%-
HSV(B)210.49º38.36%62.35%-
XYZ19.0120.5435.76-
YUV122.56148.56110.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.45%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=25.45%
G=33.25%
B=41.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981281590.380.1900.38210.4924.1150.39
Hex62809F2613026d21832
Octal14220023746230463223062
Binary110001010000000100111111001101001101001101101001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,128,159); }

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

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

 a { background-color: rgb(98,128,159); }

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

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

 span { border-color: rgb(98,128,159); }

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