#62859F

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

Shades of Air Force Blue #62859F

Tints of Air Force Blue #62859F

Color information

#62859F (or 0x62859F) is unknown color: approx Air Force Blue. HEX triplet: 62, 85 and 9F. RGB value is (98,133,159). Sum of RGB (Red+Green+Blue) = 98+133+159=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 133 (52.34% from 255 or 34.10% 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 #62859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62859F is #9D7A60. Grayscale: #7D7D7D. Windows color (decimal): -10320481 or 10454370. OLE color: 10454370.

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

Color convert

RGB98133159-
CMYK0.380.1600.38
HSL205.57º24.11%50.39%-
HSV(B)205.57º38.36%62.35%-
XYZ19.6821.8735.99-
YUV125.5146.9108.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.13%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 159 (62.5% from 255) = 40.77%
R=25.13%
G=34.10%
B=40.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981331590.380.1600.38205.5724.1150.39
Hex62859F2610026ce1832
Octal14220523746200463163062
Binary110001010000101100111111001101000001001101100111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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