#627FA0

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

Shades of Air Force Blue #627FA0

Tints of Air Force Blue #627FA0

Color information

#627FA0 (or 0x627FA0) is unknown color: approx Air Force Blue. HEX triplet: 62, 7F and A0. RGB value is (98,127,160). Sum of RGB (Red+Green+Blue) = 98+127+160=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 160 - color contains mainly: blue. Hex color #627FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627FA0 is #9D805F. Grayscale: #797979. Windows color (decimal): -10322016 or 10518370. OLE color: 10518370.

HSL color Cylindrical-coordinate representation of color #627FA0: hue angle of 211.94º 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 #627FA0 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB98127160-
CMYK0.390.2100.37
HSL211.94º24.6%50.59%-
HSV(B)211.94º38.75%62.75%-
XYZ18.9720.3136.18-
YUV122.09149.39110.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.45%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 160 (62.89% from 255) = 41.56%
R=25.45%
G=32.99%
B=41.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal981271600.390.2100.37211.9424.650.59
Hex627FA02715025d41933
Octal14217724047250453243163
Binary11000101111111101000001001111010101001011101010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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