#617D9F

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

Shades of Air Force Blue #617D9F

Tints of Air Force Blue #617D9F

Color information

#617D9F (or 0x617D9F) is unknown color: approx Air Force Blue. HEX triplet: 61, 7D and 9F. RGB value is (97,125,159). Sum of RGB (Red+Green+Blue) = 97+125+159=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #617D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617D9F is #9E8260. Grayscale: #787878. Windows color (decimal): -10388065 or 10452321. OLE color: 10452321.

HSL color Cylindrical-coordinate representation of color #617D9F: hue angle of 212.9º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #617D9F is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97125159-
CMYK0.390.2100.38
HSL212.9º24.41%50.2%-
HSV(B)212.9º38.99%62.35%-
XYZ18.5219.7135.63-
YUV120.5149.72111.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.46%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=25.46%
G=32.81%
B=41.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971251590.390.2100.38212.924.4150.2
Hex617D9F2715026d51832
Octal14117523747250463253062
Binary11000011111101100111111001111010101001101101010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,125,159); }

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

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

 a { background-color: rgb(97,125,159); }

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

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

 span { border-color: rgb(97,125,159); }

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