#627fac

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

Shades of Air Force Blue #627FAC

Tints of Air Force Blue #627FAC

Color information

#627FAC (or 0x627FAC) is unknown color: approx Air Force Blue. HEX triplet: 62, 7F and AC. RGB value is (98,127,172). Sum of RGB (Red+Green+Blue) = 98+127+172=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #627FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627FAC is #9D8053. Grayscale: #7B7B7B. Windows color (decimal): -10322004 or 11304802. OLE color: 11304802.

HSL color Cylindrical-coordinate representation of color #627FAC: hue angle of 216.49º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #627FAC is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98127172-
CMYK0.430.2600.33
HSL216.49º30.83%52.94%-
HSV(B)216.49º43.02%67.45%-
XYZ20.0720.7541.98-
YUV123.46155.39109.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.69%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=24.69%
G=31.99%
B=43.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981271720.430.2600.33216.4930.8352.94
Hex627FAC2B1A021d81f35
Octal14217725453320413303765
Binary11000101111111101011001010111101001000011101100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627fac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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