#617FAA

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

Shades of Air Force Blue #617FAA

Tints of Air Force Blue #617FAA

Color information

#617FAA (or 0x617FAA) is unknown color: approx Air Force Blue. HEX triplet: 61, 7F and AA. RGB value is (97,127,170). Sum of RGB (Red+Green+Blue) = 97+127+170=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #617FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617FAA is #9E8055. Grayscale: #7A7A7A. Windows color (decimal): -10387542 or 11173729. OLE color: 11173729.

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

Color convert

RGB97127170-
CMYK0.430.2500.33
HSL215.34º30.04%52.35%-
HSV(B)215.34º42.94%66.67%-
XYZ19.7720.6240.97-
YUV122.93154.56109.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=24.62%
G=32.23%
B=43.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971271700.430.2500.33215.3430.0452.35
Hex617FAA2B19021d71e34
Octal14117725253310413273664
Binary11000011111111101010101010111100101000011101011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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