#617F9E

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

Shades of Air Force Blue #617F9E

Tints of Air Force Blue #617F9E

Color information

#617F9E (or 0x617F9E) is unknown color: approx Air Force Blue. HEX triplet: 61, 7F and 9E. RGB value is (97,127,158). Sum of RGB (Red+Green+Blue) = 97+127+158=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #617F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F9E is #9E8061. Grayscale: #797979. Windows color (decimal): -10387554 or 10387297. OLE color: 10387297.

HSL color Cylindrical-coordinate representation of color #617F9E: hue angle of 210.49º 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 #617F9E is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97127158-
CMYK0.390.2000.38
HSL210.49º23.92%50%-
HSV(B)210.49º38.61%61.96%-
XYZ18.6920.1935.26-
YUV121.56148.56110.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.39%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=25.39%
G=33.25%
B=41.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971271580.390.2000.38210.4923.9250
Hex617F9E2714026d21832
Octal14117723647240463223062
Binary11000011111111100111101001111010001001101101001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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