#628AA1

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

Shades of Air Force Blue #628AA1

Tints of Air Force Blue #628AA1

Color information

#628AA1 (or 0x628AA1) is unknown color: approx Air Force Blue. HEX triplet: 62, 8A and A1. RGB value is (98,138,161). Sum of RGB (Red+Green+Blue) = 98+138+161=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 161 - color contains mainly: blue. Hex color #628AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628AA1 is #9D755E. Grayscale: #808080. Windows color (decimal): -10319199 or 10586722. OLE color: 10586722.

HSL color Cylindrical-coordinate representation of color #628AA1: hue angle of 201.9º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #628AA1 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB98138161-
CMYK0.390.1400.37
HSL201.9º25.1%50.78%-
HSV(B)201.9º39.13%63.14%-
XYZ20.5623.3537.14-
YUV128.66146.25106.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.69%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=24.69%
G=34.76%
B=40.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal981381610.390.1400.37201.925.150.78
Hex628AA127E025ca1933
Octal14221224147160453123163
Binary11000101000101010100001100111111001001011100101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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