#617DAB

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

Shades of Air Force Blue #617DAB

Tints of Air Force Blue #617DAB

Color information

#617DAB (or 0x617DAB) is unknown color: approx Air Force Blue. HEX triplet: 61, 7D and AB. RGB value is (97,125,171). Sum of RGB (Red+Green+Blue) = 97+125+171=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #617DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617DAB is #9E8254. Grayscale: #797979. Windows color (decimal): -10388053 or 11238753. OLE color: 11238753.

HSL color Cylindrical-coordinate representation of color #617DAB: hue angle of 217.3º 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 #617DAB is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97125171-
CMYK0.430.2700.33
HSL217.3º30.58%52.55%-
HSV(B)217.3º43.27%67.06%-
XYZ19.6120.1541.38-
YUV121.87155.72110.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 125 (49.22% from 255) = 31.81%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=24.68%
G=31.81%
B=43.51%

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
Decimal971251710.430.2700.33217.330.5852.55
Hex617DAB2B1B021d91f35
Octal14117525353330413313765
Binary11000011111101101010111010111101101000011101100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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