#617CAB

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

Shades of Air Force Blue #617CAB

Tints of Air Force Blue #617CAB

Color information

#617CAB (or 0x617CAB) is unknown color: approx Air Force Blue. HEX triplet: 61, 7C and AB. RGB value is (97,124,171). Sum of RGB (Red+Green+Blue) = 97+124+171=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #617CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617CAB is #9E8354. Grayscale: #797979. Windows color (decimal): -10388309 or 11238497. OLE color: 11238497.

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

Color convert

RGB97124171-
CMYK0.430.2700.33
HSL218.11º30.58%52.55%-
HSV(B)218.11º43.27%67.06%-
XYZ19.4919.941.34-
YUV121.28156.05110.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 124 (48.83% from 255) = 31.63%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=24.74%
G=31.63%
B=43.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971241710.430.2700.33218.1130.5852.55
Hex617CAB2B1B021da1f35
Octal14117425353330413323765
Binary11000011111100101010111010111101101000011101101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,124,171); }

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

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

 a { background-color: rgb(97,124,171); }

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

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

 span { border-color: rgb(97,124,171); }

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