#617F9D

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

Shades of Air Force Blue #617F9D

Tints of Air Force Blue #617F9D

Color information

#617F9D (or 0x617F9D) is unknown color: approx Air Force Blue. HEX triplet: 61, 7F and 9D. RGB value is (97,127,157). Sum of RGB (Red+Green+Blue) = 97+127+157=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #617F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F9D is #9E8062. Grayscale: #797979. Windows color (decimal): -10387555 or 10321761. OLE color: 10321761.

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

Color convert

RGB97127157-
CMYK0.380.1900.38
HSL210º23.62%49.8%-
HSV(B)210º38.22%61.57%-
XYZ18.620.1534.81-
YUV121.45148.06110.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.46%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=25.46%
G=33.33%
B=41.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971271570.380.1900.3821023.6249.8
Hex617F9D2613026d21832
Octal14117723546230463223062
Binary11000011111111100111011001101001101001101101001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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