#628CAF

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

Shades of Air Force Blue #628CAF

Tints of Air Force Blue #628CAF

Color information

#628CAF (or 0x628CAF) is unknown color: approx Air Force Blue. HEX triplet: 62, 8C and AF. RGB value is (98,140,175). Sum of RGB (Red+Green+Blue) = 98+140+175=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #628CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628CAF is #9D7350. Grayscale: #838383. Windows color (decimal): -10318673 or 11504738. OLE color: 11504738.

HSL color Cylindrical-coordinate representation of color #628CAF: hue angle of 207.27º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #628CAF is Cyan = 0.44, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB98140175-
CMYK0.440.200.31
HSL207.27º32.49%53.53%-
HSV(B)207.27º44%68.63%-
XYZ22.1524.4544.11-
YUV131.43152.59104.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.73%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=23.73%
G=33.90%
B=42.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981401750.440.200.31207.2732.4953.53
Hex628CAF2C1401Fcf2036
Octal14221425754240373174066
Binary110001010001100101011111011001010001111111001111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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