#628A9F

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

Shades of Air Force Blue #628A9F

Tints of Air Force Blue #628A9F

Color information

#628A9F (or 0x628A9F) is unknown color: approx Air Force Blue. HEX triplet: 62, 8A and 9F. RGB value is (98,138,159). Sum of RGB (Red+Green+Blue) = 98+138+159=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #628A9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628A9F is #9D7560. Grayscale: #808080. Windows color (decimal): -10319201 or 10455650. OLE color: 10455650.

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

Color convert

RGB98138159-
CMYK0.380.1300.38
HSL200.66º24.11%50.39%-
HSV(B)200.66º38.36%62.35%-
XYZ20.3823.2836.22-
YUV128.43145.25106.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=24.81%
G=34.94%
B=40.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981381590.380.1300.38200.6624.1150.39
Hex628A9F26D026c91832
Octal14221223746150463113062
Binary11000101000101010011111100110110101001101100100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628A9F; }

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

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

<style>
 a { background-color: #628A9F; }

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

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

<style>
 span { border-color: #628A9F; }

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

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