#627DA0

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

Shades of Air Force Blue #627DA0

Tints of Air Force Blue #627DA0

Color information

#627DA0 (or 0x627DA0) is unknown color: approx Air Force Blue. HEX triplet: 62, 7D and A0. RGB value is (98,125,160). Sum of RGB (Red+Green+Blue) = 98+125+160=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 160 - color contains mainly: blue. Hex color #627DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627DA0 is #9D825F. Grayscale: #787878. Windows color (decimal): -10322528 or 10517858. OLE color: 10517858.

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

Color convert

RGB98125160-
CMYK0.390.2200.37
HSL213.87º24.6%50.59%-
HSV(B)213.87º38.75%62.75%-
XYZ18.7219.836.09-
YUV120.92150.05111.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.59%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 160 (62.89% from 255) = 41.78%
R=25.59%
G=32.64%
B=41.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal981251600.390.2200.37213.8724.650.59
Hex627DA02716025d61933
Octal14217524047260453263163
Binary11000101111101101000001001111011001001011101011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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