#627FA3

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

Shades of Air Force Blue #627FA3

Tints of Air Force Blue #627FA3

Color information

#627FA3 (or 0x627FA3) is unknown color: approx Air Force Blue. HEX triplet: 62, 7F and A3. RGB value is (98,127,163). Sum of RGB (Red+Green+Blue) = 98+127+163=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 163 - color contains mainly: blue. Hex color #627FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627FA3 is #9D805C. Grayscale: #7A7A7A. Windows color (decimal): -10322013 or 10714978. OLE color: 10714978.

HSL color Cylindrical-coordinate representation of color #627FA3: hue angle of 213.23º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #627FA3 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB98127163-
CMYK0.400.2200.36
HSL213.23º26.1%51.18%-
HSV(B)213.23º39.88%63.92%-
XYZ19.2420.4237.58-
YUV122.43150.89110.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.26%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 163 (64.06% from 255) = 42.01%
R=25.26%
G=32.73%
B=42.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981271630.400.2200.36213.2326.151.18
Hex627FA32816024d51a33
Octal14217724350260443253263
Binary11000101111111101000111010001011001001001101010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,127,163); }

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

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

 a { background-color: rgb(98,127,163); }

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

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

 span { border-color: rgb(98,127,163); }

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