#628DA0

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

Shades of Air Force Blue #628DA0

Tints of Air Force Blue #628DA0

Color information

#628DA0 (or 0x628DA0) is unknown color: approx Air Force Blue. HEX triplet: 62, 8D and A0. RGB value is (98,141,160). Sum of RGB (Red+Green+Blue) = 98+141+160=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 160 - color contains mainly: blue. Hex color #628DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628DA0 is #9D725F. Grayscale: #828282. Windows color (decimal): -10318432 or 10521954. OLE color: 10521954.

HSL color Cylindrical-coordinate representation of color #628DA0: hue angle of 198.39º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #628DA0 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB98141160-
CMYK0.390.1200.37
HSL198.39º24.6%50.59%-
HSV(B)198.39º38.75%62.75%-
XYZ20.9124.1836.82-
YUV130.31144.75104.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.56%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 160 (62.89% from 255) = 40.10%
R=24.56%
G=35.34%
B=40.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal981411600.390.1200.37198.3924.650.59
Hex628DA027C025c61933
Octal14221524047140453063163
Binary11000101000110110100000100111110001001011100011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,141,160); }

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

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

 a { background-color: rgb(98,141,160); }

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

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

 span { border-color: rgb(98,141,160); }

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