#628AAD

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

Shades of Air Force Blue #628AAD

Tints of Air Force Blue #628AAD

Color information

#628AAD (or 0x628AAD) is unknown color: approx Air Force Blue. HEX triplet: 62, 8A and AD. RGB value is (98,138,173). Sum of RGB (Red+Green+Blue) = 98+138+173=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #628AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628AAD is #9D7552. Grayscale: #818181. Windows color (decimal): -10319187 or 11373154. OLE color: 11373154.

HSL color Cylindrical-coordinate representation of color #628AAD: hue angle of 208º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #628AAD is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB98138173-
CMYK0.430.2000.32
HSL208º31.38%53.14%-
HSV(B)208º43.35%67.84%-
XYZ21.6723.7942.99-
YUV130.03152.25105.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.96%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=23.96%
G=33.74%
B=42.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal981381730.430.2000.3220831.3853.14
Hex628AAD2B14020d01f35
Octal14221225553240403203765
Binary110001010001010101011011010111010001000001101000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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