#627CAA

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

Shades of Air Force Blue #627CAA

Tints of Air Force Blue #627CAA

Color information

#627CAA (or 0x627CAA) is unknown color: approx Air Force Blue. HEX triplet: 62, 7C and AA. RGB value is (98,124,170). Sum of RGB (Red+Green+Blue) = 98+124+170=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #627CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627CAA is #9D8355. Grayscale: #797979. Windows color (decimal): -10322774 or 11172962. OLE color: 11172962.

HSL color Cylindrical-coordinate representation of color #627CAA: hue angle of 218.33º 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 #627CAA is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98124170-
CMYK0.420.2700.33
HSL218.33º29.75%52.55%-
HSV(B)218.33º42.35%66.67%-
XYZ19.519.9140.85-
YUV121.47155.39111.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25%
GREEN value IS 124 (48.83% from 255) = 31.63%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=25%
G=31.63%
B=43.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981241700.420.2700.33218.3329.7552.55
Hex627CAA2A1B021da1e35
Octal14217425252330413323665
Binary11000101111100101010101010101101101000011101101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627CAA; }

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

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

<style>
 a { background-color: #627CAA; }

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

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

<style>
 span { border-color: #627CAA; }

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

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