#617F9C

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

Shades of Air Force Blue #617F9C

Tints of Air Force Blue #617F9C

Color information

#617F9C (or 0x617F9C) is unknown color: approx Air Force Blue. HEX triplet: 61, 7F and 9C. RGB value is (97,127,156). Sum of RGB (Red+Green+Blue) = 97+127+156=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #617F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F9C is #9E8063. Grayscale: #797979. Windows color (decimal): -10387556 or 10256225. OLE color: 10256225.

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

Color convert

RGB97127156-
CMYK0.380.1900.39
HSL209.49º23.32%49.61%-
HSV(B)209.49º37.82%61.18%-
XYZ18.5220.1234.36-
YUV121.34147.56110.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=25.53%
G=33.42%
B=41.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971271560.380.1900.39209.4923.3249.61
Hex617F9C2613027d11732
Octal14117723446230473212762
Binary11000011111111100111001001101001101001111101000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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