#617EAA

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

Shades of Air Force Blue #617EAA

Tints of Air Force Blue #617EAA

Color information

#617EAA (or 0x617EAA) is unknown color: approx Air Force Blue. HEX triplet: 61, 7E and AA. RGB value is (97,126,170). Sum of RGB (Red+Green+Blue) = 97+126+170=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #617EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617EAA is #9E8155. Grayscale: #7A7A7A. Windows color (decimal): -10387798 or 11173473. OLE color: 11173473.

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

Color convert

RGB97126170-
CMYK0.430.2600.33
HSL216.16º30.04%52.35%-
HSV(B)216.16º42.94%66.67%-
XYZ19.6520.3740.93-
YUV122.34154.89109.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=24.68%
G=32.06%
B=43.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971261700.430.2600.33216.1630.0452.35
Hex617EAA2B1A021d81e34
Octal14117625253320413303664
Binary11000011111110101010101010111101001000011101100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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