#628C9F

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

Shades of Air Force Blue #628C9F

Tints of Air Force Blue #628C9F

Color information

#628C9F (or 0x628C9F) is unknown color: approx Air Force Blue. HEX triplet: 62, 8C and 9F. RGB value is (98,140,159). Sum of RGB (Red+Green+Blue) = 98+140+159=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #628C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628C9F is #9D7360. Grayscale: #818181. Windows color (decimal): -10318689 or 10456162. OLE color: 10456162.

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

Color convert

RGB98140159-
CMYK0.380.1200.38
HSL198.69º24.11%50.39%-
HSV(B)198.69º38.36%62.35%-
XYZ20.6723.8636.32-
YUV129.61144.59105.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.69%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=24.69%
G=35.26%
B=40.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981401590.380.1200.38198.6924.1150.39
Hex628C9F26C026c71832
Octal14221423746140463073062
Binary11000101000110010011111100110110001001101100011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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