#628AAC

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

Shades of Air Force Blue #628AAC

Tints of Air Force Blue #628AAC

Color information

#628AAC (or 0x628AAC) is unknown color: approx Air Force Blue. HEX triplet: 62, 8A and AC. RGB value is (98,138,172). Sum of RGB (Red+Green+Blue) = 98+138+172=408 (54% of max value = 765). Red value is 98 (38.67% from 255 or 24.02% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #628AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628AAC is #9D7553. Grayscale: #818181. Windows color (decimal): -10319188 or 11307618. OLE color: 11307618.

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

Color convert

RGB98138172-
CMYK0.430.2000.33
HSL207.57º30.83%52.94%-
HSV(B)207.57º43.02%67.45%-
XYZ21.5723.7542.48-
YUV129.92151.75105.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.02%
GREEN value IS 138 (54.30% from 255) = 33.82%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=24.02%
G=33.82%
B=42.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981381720.430.2000.33207.5730.8352.94
Hex628AAC2B14021d01f35
Octal14221225453240413203765
Binary110001010001010101011001010111010001000011101000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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