#617CAA

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

Shades of Air Force Blue #617CAA

Tints of Air Force Blue #617CAA

Color information

#617CAA (or 0x617CAA) is unknown color: approx Air Force Blue. HEX triplet: 61, 7C and AA. RGB value is (97,124,170). Sum of RGB (Red+Green+Blue) = 97+124+170=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #617CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617CAA is #9E8355. Grayscale: #787878. Windows color (decimal): -10388310 or 11172961. OLE color: 11172961.

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

Color convert

RGB97124170-
CMYK0.430.2700.33
HSL217.81º30.04%52.35%-
HSV(B)217.81º42.94%66.67%-
XYZ19.3919.8640.84-
YUV121.17155.55110.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=24.81%
G=31.71%
B=43.48%

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
Decimal971241700.430.2700.33217.8130.0452.35
Hex617CAA2B1B021da1e34
Octal14117425253330413323664
Binary11000011111100101010101010111101101000011101101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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