#617FAC

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

Shades of Air Force Blue #617FAC

Tints of Air Force Blue #617FAC

Color information

#617FAC (or 0x617FAC) is unknown color: approx Air Force Blue. HEX triplet: 61, 7F and AC. RGB value is (97,127,172). Sum of RGB (Red+Green+Blue) = 97+127+172=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #617FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617FAC is #9E8053. Grayscale: #7A7A7A. Windows color (decimal): -10387540 or 11304801. OLE color: 11304801.

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

Color convert

RGB97127172-
CMYK0.440.2600.33
HSL216º31.12%52.75%-
HSV(B)216º43.6%67.45%-
XYZ19.9720.741.97-
YUV123.16155.56109.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.49%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=24.49%
G=32.07%
B=43.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971271720.440.2600.3321631.1252.75
Hex617FAC2C1A021d81f35
Octal14117725454320413303765
Binary11000011111111101011001011001101001000011101100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617FAC; }

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

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

<style>
 a { background-color: #617FAC; }

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

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

<style>
 span { border-color: #617FAC; }

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

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