#628FAD

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

Shades of Air Force Blue #628FAD

Tints of Air Force Blue #628FAD

Color information

#628FAD (or 0x628FAD) is unknown color: approx Air Force Blue. HEX triplet: 62, 8F and AD. RGB value is (98,143,173). Sum of RGB (Red+Green+Blue) = 98+143+173=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #628FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628FAD is #9D7052. Grayscale: #848484. Windows color (decimal): -10317907 or 11374434. OLE color: 11374434.

HSL color Cylindrical-coordinate representation of color #628FAD: hue angle of 204º 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 #628FAD is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB98143173-
CMYK0.430.1700.32
HSL204º31.38%53.14%-
HSV(B)204º43.35%67.84%-
XYZ22.425.2643.23-
YUV132.96150.59103.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.67%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=23.67%
G=34.54%
B=41.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal981431730.430.1700.3220431.3853.14
Hex628FAD2B11020cc1f35
Octal14221725553210403143765
Binary110001010001111101011011010111000101000001100110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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