#62859d

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

Shades of Air Force Blue #62859D

Tints of Air Force Blue #62859D

Color information

#62859D (or 0x62859D) is unknown color: approx Air Force Blue. HEX triplet: 62, 85 and 9D. RGB value is (98,133,157). Sum of RGB (Red+Green+Blue) = 98+133+157=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #62859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62859D is #9D7A62. Grayscale: #7D7D7D. Windows color (decimal): -10320483 or 10323298. OLE color: 10323298.

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

Color convert

RGB98133157-
CMYK0.380.1500.38
HSL204.41º23.14%50%-
HSV(B)204.41º37.58%61.57%-
XYZ19.5121.8135.08-
YUV125.27145.9108.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.26%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=25.26%
G=34.28%
B=40.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981331570.380.1500.38204.4123.1450
Hex62859D26F026cc1732
Octal14220523546170463142762
Binary11000101000010110011101100110111101001101100110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62859d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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