#628AAA

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

Shades of Air Force Blue #628AAA

Tints of Air Force Blue #628AAA

Color information

#628AAA (or 0x628AAA) is unknown color: approx Air Force Blue. HEX triplet: 62, 8A and AA. RGB value is (98,138,170). Sum of RGB (Red+Green+Blue) = 98+138+170=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #628AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628AAA is #9D7555. Grayscale: #818181. Windows color (decimal): -10319190 or 11176546. OLE color: 11176546.

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

Color convert

RGB98138170-
CMYK0.420.1900.33
HSL206.67º29.75%52.55%-
HSV(B)206.67º42.35%66.67%-
XYZ21.3823.6841.47-
YUV129.69150.75105.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.14%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=24.14%
G=33.99%
B=41.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981381700.420.1900.33206.6729.7552.55
Hex628AAA2A13021cf1e35
Octal14221225252230413173665
Binary110001010001010101010101010101001101000011100111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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